| java.lang.Object org.bouncycastle.bcpg.SignatureSubpacket
All known Subclasses: org.bouncycastle.bcpg.sig.SignatureExpirationTime, org.bouncycastle.bcpg.sig.Exportable, org.bouncycastle.bcpg.sig.PreferredAlgorithms, org.bouncycastle.bcpg.sig.IssuerKeyID, org.bouncycastle.bcpg.sig.TrustSignature, org.bouncycastle.bcpg.sig.SignerUserID, org.bouncycastle.bcpg.sig.NotationData, org.bouncycastle.bcpg.sig.SignatureCreationTime, org.bouncycastle.bcpg.sig.Revocable, org.bouncycastle.bcpg.sig.PrimaryUserID, org.bouncycastle.bcpg.sig.KeyFlags, org.bouncycastle.bcpg.sig.KeyExpirationTime,
SignatureSubpacket | public class SignatureSubpacket (Code) | | Basic type for a PGP Signature sub-packet.
|
critical | boolean critical(Code) | | |
data | protected byte[] data(Code) | | |
SignatureSubpacket | protected SignatureSubpacket(int type, boolean critical, byte[] data)(Code) | | |
getData | public byte[] getData()(Code) | | return the generic data making up the packet.
|
getType | public int getType()(Code) | | |
isCritical | public boolean isCritical()(Code) | | |
|
|