Package org.bouncycastle.bcpg.sig
Class PreferredAlgorithms
- java.lang.Object
-
- org.bouncycastle.bcpg.SignatureSubpacket
-
- org.bouncycastle.bcpg.sig.PreferredAlgorithms
-
public class PreferredAlgorithms extends SignatureSubpacket
packet giving signature creation time.
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
-
Constructor Summary
Constructors Constructor Description PreferredAlgorithms(int type, boolean critical, boolean isLongLength, byte[] data)
PreferredAlgorithms(int type, boolean critical, int[] preferrences)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int[]
getPreferences()
int[]
getPreferrences()
Deprecated.mispelt!-
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, getData, getType, isCritical, isLongLength
-
-