Class Exportable

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

public class Exportable extends SignatureSubpacket
Signature Subpacket for marking a signature as exportable or non-exportable. Non-exportable signatures are not intended to be published.
See Also:
  • Constructor Details

    • Exportable

      public Exportable(boolean critical, boolean isLongLength, byte[] data)
    • Exportable

      public Exportable(boolean critical, boolean isExportable)
  • Method Details

    • isExportable

      public boolean isExportable()