org.bouncycastle.bcpg.sig

Class PreferredAlgorithms

public class PreferredAlgorithms extends SignatureSubpacket

packet giving signature creation time.
Constructor Summary
PreferredAlgorithms(int type, boolean critical, byte[] data)
PreferredAlgorithms(int type, boolean critical, int[] preferrences)
Method Summary
int[]getPreferences()
int[]getPreferrences()

Constructor Detail

PreferredAlgorithms

public PreferredAlgorithms(int type, boolean critical, byte[] data)

PreferredAlgorithms

public PreferredAlgorithms(int type, boolean critical, int[] preferrences)

Method Detail

getPreferences

public int[] getPreferences()

getPreferrences

public int[] getPreferrences()

Deprecated: mispelt!