Bouncy Castle Cryptography Library 1.66

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.


Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
 
Constructor Summary
PreferredAlgorithms(int type, boolean critical, boolean isLongLength, byte[] data)
           
PreferredAlgorithms(int type, boolean critical, int[] preferences)
           
 
Method Summary
 int[] getPreferences()
           
 
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, getData, getType, isCritical, isLongLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferredAlgorithms

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

PreferredAlgorithms

public PreferredAlgorithms(int type,
                           boolean critical,
                           int[] preferences)
Method Detail

getPreferences

public int[] getPreferences()

Bouncy Castle Cryptography Library 1.66