Class PreferredAlgorithms

java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.PreferredAlgorithms

public class PreferredAlgorithms extends SignatureSubpacket
packet giving signature creation time.
  • 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()