Package org.bouncycastle.bcpg.sig
Class PreferredAlgorithms
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.PreferredAlgorithms
packet giving signature creation time.
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredAlgorithms
(int type, boolean critical, boolean isLongLength, byte[] data) PreferredAlgorithms
(int type, boolean critical, int[] preferences) -
Method Summary
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
PreferredAlgorithms
public PreferredAlgorithms(int type, boolean critical, boolean isLongLength, byte[] data) -
PreferredAlgorithms
public PreferredAlgorithms(int type, boolean critical, int[] preferences)
-
-
Method Details
-
getPreferences
public int[] getPreferences()
-