EmbeddedSignature
, Exportable
, Features
, IssuerKeyID
, KeyExpirationTime
, KeyFlags
, NotationData
, PreferredAlgorithms
, PrimaryUserID
, Revocable
, RevocationKey
, RevocationReason
, SignatureCreationTime
, SignatureExpirationTime
, SignatureTarget
, SignerUserID
, TrustSignature
public class SignatureSubpacket
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
data |
Modifier | Constructor | Description |
---|---|---|
protected |
SignatureSubpacket(int type,
boolean critical,
boolean isLongLength,
byte[] data) |
Modifier and Type | Method | Description |
---|---|---|
void |
encode(java.io.OutputStream out) |
|
byte[] |
getData() |
return the generic data making up the packet.
|
int |
getType() |
|
boolean |
isCritical() |
|
boolean |
isLongLength() |
protected SignatureSubpacket(int type, boolean critical, boolean isLongLength, byte[] data)
public int getType()
public boolean isCritical()
public boolean isLongLength()
public byte[] getData()
public void encode(java.io.OutputStream out) throws java.io.IOException
java.io.IOException