Package org.bouncycastle.bcpg.sig
Class Exportable
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.Exportable
Signature Subpacket for marking a signature as exportable or non-exportable.
Non-exportable signatures are not intended to be published.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorDescriptionExportable
(boolean critical, boolean isExportable) Exportable
(boolean critical, boolean isLongLength, byte[] data) -
Method Summary
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
Exportable
public Exportable(boolean critical, boolean isLongLength, byte[] data) -
Exportable
public Exportable(boolean critical, boolean isExportable)
-
-
Method Details
-
isExportable
public boolean isExportable()
-