Package | Description |
---|---|
org.bouncycastle.bcpg |
Low level classes for dealing with OpenPGP objects.
|
org.bouncycastle.bcpg.sig |
Low level classes for dealing with OpenPGP signature attributes.
|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
Modifier and Type | Method and Description |
---|---|
SignatureSubpacket[] |
SignaturePacket.getHashedSubPackets() |
SignatureSubpacket[] |
SignaturePacket.getUnhashedSubPackets() |
SignatureSubpacket |
SignatureSubpacketInputStream.readPacket() |
Constructor and Description |
---|
SignaturePacket(int version,
int signatureType,
long keyID,
int keyAlgorithm,
int hashAlgorithm,
SignatureSubpacket[] hashedData,
SignatureSubpacket[] unhashedData,
byte[] fingerPrint,
MPInteger[] signature) |
SignaturePacket(int version,
int signatureType,
long keyID,
int keyAlgorithm,
int hashAlgorithm,
SignatureSubpacket[] hashedData,
SignatureSubpacket[] unhashedData,
byte[] fingerPrint,
MPInteger[] signature) |
SignaturePacket(int signatureType,
long keyID,
int keyAlgorithm,
int hashAlgorithm,
SignatureSubpacket[] hashedData,
SignatureSubpacket[] unhashedData,
byte[] fingerPrint,
MPInteger[] signature)
Generate a version 4 signature packet.
|
SignaturePacket(int signatureType,
long keyID,
int keyAlgorithm,
int hashAlgorithm,
SignatureSubpacket[] hashedData,
SignatureSubpacket[] unhashedData,
byte[] fingerPrint,
MPInteger[] signature)
Generate a version 4 signature packet.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedSignature
Packet embedded signature
|
class |
Exportable
packet giving signature creation time.
|
class |
IssuerKeyID
packet giving signature creation time.
|
class |
KeyExpirationTime
packet giving time after creation at which the key expires.
|
class |
KeyFlags
Packet holding the key flag values.
|
class |
NotationData
Class provided a NotationData object according to
RFC2440, Chapter 5.2.3.15.
|
class |
PreferredAlgorithms
packet giving signature creation time.
|
class |
PrimaryUserID
packet giving whether or not the signature is signed using the primary user ID for the key.
|
class |
Revocable
packet giving whether or not is revocable.
|
class |
SignatureCreationTime
packet giving signature creation time.
|
class |
SignatureExpirationTime
packet giving signature expiration time.
|
class |
SignerUserID
packet giving the User ID of the signer.
|
class |
TrustSignature
packet giving trust.
|
Modifier and Type | Method and Description |
---|---|
SignatureSubpacket |
PGPSignatureSubpacketVector.getSubpacket(int type) |
SignatureSubpacket[] |
PGPSignatureSubpacketVector.getSubpackets(int type)
Return all signature subpackets of the passed in type.
|