Bouncy Castle Cryptography Library 1.45
A B C D E F G H I J K L M N O P R S T U V W Z

A

addCertification(PGPPublicKey, String, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Add a certification for an id to the given public key.
addCertification(PGPPublicKey, PGPUserAttributeSubpacketVector, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Add a certification for the given UserAttributeSubpackets to the given public key.
addCertification(PGPPublicKey, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Add a revocation or some other key certification to a key.
addMethod(char[]) - Method in class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Add a PBE encryption method to the encrypted object.
addMethod(PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Add a public key encrypted session key to the encrypted object.
addPublicKeyRing(PGPPublicKeyRingCollection, PGPPublicKeyRing) - Static method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return a new collection object containing the contents of the passed in collection and the passed in public key ring.
addSecretKeyRing(PGPSecretKeyRingCollection, PGPSecretKeyRing) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return a new collection object containing the contents of the passed in collection and the passed in secret key ring.
addSubKey(PGPKeyPair) - Method in class org.bouncycastle.openpgp.PGPKeyRingGenerator
Add a sub key to the key ring to be generated with default certification and inheriting the hashed/unhashed packets of the master key.
addSubKey(PGPKeyPair, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector) - Method in class org.bouncycastle.openpgp.PGPKeyRingGenerator
Add a subkey with specific hashed and unhashed packets associated with it and default certification.
AES_128 - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
AES_192 - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
AES_256 - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
AllTests - Class in org.bouncycastle.openpgp.examples.test
 
AllTests() - Constructor for class org.bouncycastle.openpgp.examples.test.AllTests
 
AllTests - Class in org.bouncycastle.openpgp.test
 
AllTests() - Constructor for class org.bouncycastle.openpgp.test.AllTests
 
ArmoredInputStream - Class in org.bouncycastle.bcpg
reader for Base64 armored objects - read the headers and then start returning bytes when the data is reached.
ArmoredInputStream(InputStream) - Constructor for class org.bouncycastle.bcpg.ArmoredInputStream
Create a stream for reading a PGP armoured message, parsing up to a header and then reading the data that follows.
ArmoredInputStream(InputStream, boolean) - Constructor for class org.bouncycastle.bcpg.ArmoredInputStream
Create an armoured input stream which will assume the data starts straight away, or parse for headers first depending on the value of hasHeaders.
ArmoredOutputStream - Class in org.bouncycastle.bcpg
Basic output stream.
ArmoredOutputStream(OutputStream) - Constructor for class org.bouncycastle.bcpg.ArmoredOutputStream
 
ArmoredOutputStream(OutputStream, Hashtable) - Constructor for class org.bouncycastle.bcpg.ArmoredOutputStream
 
AUTHENTICATION - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
available() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
 
available() - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
available() - Method in class org.bouncycastle.bcpg.SignatureSubpacketInputStream
 
available() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacketInputStream
 

B

BCPGInputStream - Class in org.bouncycastle.bcpg
reader for PGP objects
BCPGInputStream(InputStream) - Constructor for class org.bouncycastle.bcpg.BCPGInputStream
 
BCPGKey - Interface in org.bouncycastle.bcpg
base interface for a PGP key
BCPGObject - Class in org.bouncycastle.bcpg
base class for a PGP object.
BCPGObject() - Constructor for class org.bouncycastle.bcpg.BCPGObject
 
BCPGOutputStream - Class in org.bouncycastle.bcpg
Basic output stream.
BCPGOutputStream(OutputStream) - Constructor for class org.bouncycastle.bcpg.BCPGOutputStream
 
BCPGOutputStream(OutputStream, int) - Constructor for class org.bouncycastle.bcpg.BCPGOutputStream
Create a stream representing an old style partial object.
BCPGOutputStream(OutputStream, int, long, boolean) - Constructor for class org.bouncycastle.bcpg.BCPGOutputStream
Create a stream representing a general packet.
BCPGOutputStream(OutputStream, int, long) - Constructor for class org.bouncycastle.bcpg.BCPGOutputStream
 
BCPGOutputStream(OutputStream, int, byte[]) - Constructor for class org.bouncycastle.bcpg.BCPGOutputStream
Create a new style partial input stream buffered into chunks.
beginClearText(int) - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
Start a clear text signed message.
BINARY - Static variable in class org.bouncycastle.openpgp.PGPLiteralData
 
BINARY - Static variable in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
 
BINARY_DOCUMENT - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
BLOWFISH - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
ByteArrayHandler - Class in org.bouncycastle.openpgp.examples
Simple routine to encrypt and decrypt using a passphrase.
ByteArrayHandler() - Constructor for class org.bouncycastle.openpgp.examples.ByteArrayHandler
 
BZIP2 - Static variable in interface org.bouncycastle.bcpg.CompressionAlgorithmTags
 

C

CAN_CERTIFY - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
CAN_ENCRYPT_COMMS - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
CAN_ENCRYPT_STORAGE - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
CAN_SIGN - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
CANONICAL_TEXT_DOCUMENT - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
CAST5 - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
CASUAL_CERTIFICATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
CERTIFICATION_REVOCATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
CERTIFY_OTHER - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
ClearSignedFileProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that creates clear signed files and verifies them.
ClearSignedFileProcessor() - Constructor for class org.bouncycastle.openpgp.examples.ClearSignedFileProcessor
 
close() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
 
close() - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
Note: close does nor close the underlying stream.
close() - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
close() - Method in class org.bouncycastle.bcpg.BCPGOutputStream
 
close() - Method in class org.bouncycastle.bcpg.OutputStreamPacket
 
close() - Method in class org.bouncycastle.openpgp.PGPCompressedDataGenerator
Close the compressed object - this is equivalent to calling close on the stream returned by the open() method.
close() - Method in class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Close off the encrypted object - this is equivalent to calling close on the stream returned by the open() method.
close() - Method in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
Close the literal data packet - this is equivalent to calling close on the stream returned by the open() method.
COMPRESSED_DATA - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
CompressedDataPacket - Class in org.bouncycastle.bcpg
generic compressed data object.
CompressionAlgorithmTags - Interface in org.bouncycastle.bcpg
Basic tags for compression algorithms
CONSOLE - Static variable in class org.bouncycastle.openpgp.PGPLiteralData
The special name indicating a "for your eyes only" packet.
CONSOLE - Static variable in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
The special name indicating a "for your eyes only" packet.
ContainedPacket - Class in org.bouncycastle.bcpg
Basic type for a PGP packet.
ContainedPacket() - Constructor for class org.bouncycastle.bcpg.ContainedPacket
 
contains(long) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return true if a key matching the passed in key ID is present, false otherwise.
contains(long) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return true if a key matching the passed in key ID is present, false otherwise.
copyWithNewPassword(PGPSecretKey, char[], char[], int, SecureRandom, String) - Static method in class org.bouncycastle.openpgp.PGPSecretKey
Return a copy of the passed in secret key, encrypted using a new password and the passed in algorithm.
copyWithNewPassword(PGPSecretKey, char[], char[], int, SecureRandom, Provider) - Static method in class org.bouncycastle.openpgp.PGPSecretKey
Return a copy of the passed in secret key, encrypted using a new password and the passed in algorithm.
copyWithNewPassword(PGPSecretKeyRing, char[], char[], int, SecureRandom, String) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return a copy of the passed in secret key ring, with the master key and sub keys encrypted using a new password and the passed in algorithm.
copyWithNewPassword(PGPSecretKeyRing, char[], char[], int, SecureRandom, Provider) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return a copy of the passed in secret key ring, with the master key and sub keys encrypted using a new password and the passed in algorithm.
CRC24 - Class in org.bouncycastle.bcpg
 
CRC24() - Constructor for class org.bouncycastle.bcpg.CRC24
 
CREATION_TIME - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 

D

data - Variable in class org.bouncycastle.bcpg.SignatureSubpacket
 
data - Variable in class org.bouncycastle.bcpg.UserAttributeSubpacket
 
decrypt(byte[], char[]) - Static method in class org.bouncycastle.openpgp.examples.ByteArrayHandler
decrypt the passed in message stream
DEFAULT_CERTIFICATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
DES - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
DetachedSignatureProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that creates seperate signatures for files and verifies them.
DetachedSignatureProcessor() - Constructor for class org.bouncycastle.openpgp.examples.DetachedSignatureProcessor
 
DIFFIE_HELLMAN - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
DIRECT_KEY - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
DirectKeySignature - Class in org.bouncycastle.openpgp.examples
A simple utility class that directly signs a public key and writes the signed key to "SignedKey.asc" in the current working directory.
DirectKeySignature() - Constructor for class org.bouncycastle.openpgp.examples.DirectKeySignature
 
DOUBLE_SHA - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
DSA - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
DSA2Test - Class in org.bouncycastle.openpgp.test
GPG compatability test vectors
DSA2Test() - Constructor for class org.bouncycastle.openpgp.test.DSA2Test
 
DSAElGamalKeyRingGenerator - Class in org.bouncycastle.openpgp.examples
A simple utility class that generates a public/secret keyring containing a DSA signing key and an El Gamal key for encryption.
DSAElGamalKeyRingGenerator() - Constructor for class org.bouncycastle.openpgp.examples.DSAElGamalKeyRingGenerator
 
DSAPublicBCPGKey - Class in org.bouncycastle.bcpg
base class for a DSA Public Key.
DSAPublicBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
DSAPublicBCPGKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
DSASecretBCPGKey - Class in org.bouncycastle.bcpg
base class for a DSA Secret Key.
DSASecretBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.DSASecretBCPGKey
 
DSASecretBCPGKey(BigInteger) - Constructor for class org.bouncycastle.bcpg.DSASecretBCPGKey
 

E

EC - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
ECDSA - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
ELGAMAL_ENCRYPT - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
ELGAMAL_GENERAL - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
ElGamalPublicBCPGKey - Class in org.bouncycastle.bcpg
base class for an ElGamal Public Key.
ElGamalPublicBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
ElGamalPublicBCPGKey(BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
ElGamalSecretBCPGKey - Class in org.bouncycastle.bcpg
base class for an ElGamal Secret Key.
ElGamalSecretBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
 
ElGamalSecretBCPGKey(BigInteger) - Constructor for class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
 
EMBEDDED_SIGNATURE - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
EmbeddedSignature - Class in org.bouncycastle.bcpg.sig
Packet embedded signature
EmbeddedSignature(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.EmbeddedSignature
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.BCPGObject
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.ContainedPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.DSASecretBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.ExperimentalPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.MarkerPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.ModDetectionCodePacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.MPInteger
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.OnePassSignaturePacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.PublicSubkeyPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.RSAPublicBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.S2K
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.SecretSubkeyPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.SignaturePacket
 
encode(OutputStream) - Method in class org.bouncycastle.bcpg.SignatureSubpacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.TrustPacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.UserAttributePacket
 
encode(OutputStream) - Method in class org.bouncycastle.bcpg.UserAttributeSubpacket
 
encode(BCPGOutputStream) - Method in class org.bouncycastle.bcpg.UserIDPacket
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRing
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPSecretKey
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
 
encode(OutputStream) - Method in class org.bouncycastle.openpgp.PGPSignature
 
encrypt(byte[], char[], String, int, boolean) - Static method in class org.bouncycastle.openpgp.examples.ByteArrayHandler
Simple PGP encryptor between byte[].
ENCRYPT_COMMS - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
ENCRYPT_STORAGE - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
endClearText() - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
 
equals(Object) - Method in class org.bouncycastle.bcpg.UserAttributeSubpacket
 
equals(Object) - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
 
EXPERIMENTAL_1 - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
EXPERIMENTAL_1 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_10 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_11 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_2 - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
EXPERIMENTAL_2 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_3 - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
EXPERIMENTAL_3 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_4 - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
EXPERIMENTAL_4 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_5 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_6 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_7 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_8 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
EXPERIMENTAL_9 - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
ExperimentalPacket - Class in org.bouncycastle.bcpg
basic packet for an experimental packet.
EXPIRE_TIME - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
Exportable - Class in org.bouncycastle.bcpg.sig
packet giving signature creation time.
Exportable(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.Exportable
 
Exportable(boolean, boolean) - Constructor for class org.bouncycastle.bcpg.sig.Exportable
 
EXPORTABLE - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
extractPrivateKey(char[], String) - Method in class org.bouncycastle.openpgp.PGPSecretKey
Extract a PGPPrivate key from the SecretKey's encrypted contents.
extractPrivateKey(char[], Provider) - Method in class org.bouncycastle.openpgp.PGPSecretKey
Extract a PGPPrivate key from the SecretKey's encrypted contents.

F

FEATURES - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
finish() - Method in class org.bouncycastle.bcpg.BCPGOutputStream
Finish writing out the current packet without closing the underlying stream.
flush() - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
 
flush() - Method in class org.bouncycastle.bcpg.BCPGOutputStream
Flush the underlying stream.

G

generate() - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Return a signature object containing the current signature state.
generate() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
generate() - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVectorGenerator
 
generate() - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
Return a V3 signature object containing the current signature state.
generateCertification(String, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Generate a certification for the passed in id and key.
generateCertification(PGPUserAttributeSubpacketVector, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Generate a certification for the passed in userAttributes
generateCertification(PGPPublicKey, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Generate a certification for the passed in key against the passed in master key.
generateCertification(PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Generate a certification, such as a revocation, for the passed in key.
generateOnePassVersion(boolean) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Return the one pass header associated with the current signature.
generateOnePassVersion(boolean) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
Return the one pass header associated with the current signature.
generatePublicKeyRing() - Method in class org.bouncycastle.openpgp.PGPKeyRingGenerator
Return the public key ring that corresponds to the secret key ring.
generateSecretKeyRing() - Method in class org.bouncycastle.openpgp.PGPKeyRingGenerator
Return the secret key ring.
generateSha1Test() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
generateTest(PGPSecretKeyRing, PGPPublicKey, PGPPrivateKey) - Method in class org.bouncycastle.openpgp.test.PGPDSATest
Generated signature test
generateTest() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
get(int) - Method in class org.bouncycastle.openpgp.PGPEncryptedDataList
 
get(int) - Method in class org.bouncycastle.openpgp.PGPOnePassSignatureList
 
get(int) - Method in class org.bouncycastle.openpgp.PGPSignatureList
 
getAlgorithm() - Method in class org.bouncycastle.bcpg.CompressedDataPacket
return the algorithm tag value.
getAlgorithm() - Method in class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
getAlgorithm() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getAlgorithm(int) - Static method in class org.bouncycastle.openpgp.examples.PubringDump
 
getAlgorithm() - Method in class org.bouncycastle.openpgp.PGPCompressedData
Return the algorithm used for compression
getAlgorithm() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the algorithm code associated with the public key.
getArmorHeaderLine() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
Return the armor header line (if there is one)
getArmorHeaders() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
Return the armor headers (the lines after the armor header line),
getBitStrength() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the strength of the key in bits.
getCause() - Method in exception org.bouncycastle.openpgp.PGPException
 
getContents() - Method in class org.bouncycastle.bcpg.ExperimentalPacket
 
getCreationTime() - Method in class org.bouncycastle.bcpg.SignaturePacket
Return the creation time of the signature in milli-seconds.
getCreationTime() - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getCreationTime() - Method in class org.bouncycastle.openpgp.PGPSignature
Return the creation time of the signature.
getCriticalTags() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getCrtCoefficient() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the crt coefficient
getData() - Method in class org.bouncycastle.bcpg.SignatureSubpacket
return the generic data making up the packet.
getData() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacket
return the generic data making up the packet.
getDataStream() - Method in class org.bouncycastle.openpgp.PGPCompressedData
Return an uncompressed input stream which allows reading of the compressed data.
getDataStream() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the input stream representing the data stream
getDataStream(char[], String) - Method in class org.bouncycastle.openpgp.PGPPBEEncryptedData
Return the decrypted input stream, using the passed in passPhrase.
getDataStream(char[], Provider) - Method in class org.bouncycastle.openpgp.PGPPBEEncryptedData
Return the decrypted input stream, using the passed in passPhrase.
getDataStream(PGPPrivateKey, String) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
Return the decrypted data stream for the packet.
getDataStream(PGPPrivateKey, Provider) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
 
getDataStream(PGPPrivateKey, String, String) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
Return the decrypted data stream for the packet.
getDataStream(PGPPrivateKey, Provider, Provider) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
 
getDecoderStream(InputStream) - Static method in class org.bouncycastle.openpgp.PGPUtil
Return either an ArmoredInputStream or a BCPGInputStream based on whether the initial characters of the stream are binary PGP encodings or not.
getDefaultProvider() - Static method in class org.bouncycastle.openpgp.PGPUtil
Return the provider that will be used by factory classes in situations where a provider must be determined on the fly.
getDepth() - Method in class org.bouncycastle.bcpg.sig.TrustSignature
 
getDigest() - Method in class org.bouncycastle.bcpg.ModDetectionCodePacket
 
getEncAlgorithm() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getEncAlgorithm() - Method in class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
getEncoded() - Method in interface org.bouncycastle.bcpg.BCPGKey
return a string of bytes giving the encoded format of the key, as described by it's format.
getEncoded() - Method in class org.bouncycastle.bcpg.BCPGObject
 
getEncoded() - Method in class org.bouncycastle.bcpg.ContainedPacket
 
getEncoded() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.bcpg.DSASecretBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.bcpg.RSAPublicBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the standard PGP encoding of the key.
getEncoded() - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRing
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPSecretKey
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
 
getEncoded() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getEncodedContents() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getEncodedContents() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getEncoding() - Method in class org.bouncycastle.bcpg.attr.ImageAttribute
 
getEncryptedDataObjects() - Method in class org.bouncycastle.openpgp.PGPEncryptedDataList
 
getEncSessionKey() - Method in class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
getEncyptedDataObjects() - Method in class org.bouncycastle.openpgp.PGPEncryptedDataList
Deprecated. misspelt - use getEncryptedDataObjects()
getExtraPublicKeys() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return an iterator of the public keys in the secret key ring that have no matching private key.
getFileName() - Method in class org.bouncycastle.bcpg.LiteralDataPacket
 
getFileName() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the file name that's associated with the data stream.
getFingerprint() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the fingerprint of the key.
getFlags() - Method in class org.bouncycastle.bcpg.sig.KeyFlags
Return the flag values contained in the first 4 octets (note: at the moment the standard only uses the first one).
getFormat() - Method in interface org.bouncycastle.bcpg.BCPGKey
Return the base format for this key - in the case of the symmetric keys it will generally be raw indicating that the key is just a straight byte representation, for an asymmetric key the format will be PGP, indicating the key is a string of MPIs encoded in PGP format.
getFormat() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.bcpg.DSASecretBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.bcpg.LiteralDataPacket
return the format tag value.
getFormat() - Method in class org.bouncycastle.bcpg.RSAPublicBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return "PGP"
getFormat() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the format of the data stream - BINARY or TEXT.
getG() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
getG() - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
getHashAlgorithm() - Method in class org.bouncycastle.bcpg.OnePassSignaturePacket
return the hashAlgorithm tag
getHashAlgorithm() - Method in class org.bouncycastle.bcpg.S2K
return the hash algorithm for this S2K
getHashAlgorithm() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the hashAlgorithm tag
getHashAlgorithm() - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
getHashAlgorithm() - Method in class org.bouncycastle.openpgp.PGPSignature
Return the hash algorithm associated with this signature.
getHashedSubPackets() - Method in class org.bouncycastle.bcpg.SignaturePacket
 
getHashedSubPackets() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getID() - Method in class org.bouncycastle.bcpg.sig.SignerUserID
 
getID() - Method in class org.bouncycastle.bcpg.UserIDPacket
 
getImageAttribute() - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
 
getImageData() - Method in class org.bouncycastle.bcpg.attr.ImageAttribute
 
getInputStream() - Method in class org.bouncycastle.bcpg.InputStreamPacket
Note: you can only read from this once...
getInputStream() - Method in class org.bouncycastle.openpgp.PGPCompressedData
Return the raw input stream contained in the object.
getInputStream() - Method in class org.bouncycastle.openpgp.PGPEncryptedData
Return the raw input stream for the data stream.
getInputStream() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the raw input stream for the data stream.
getInputStream() - Method in class org.bouncycastle.openpgp.PGPPBEEncryptedData
Return the raw input stream for the data stream.
getIssuerKeyID() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getIterationCount() - Method in class org.bouncycastle.bcpg.S2K
return the iteration count
getIV() - Method in class org.bouncycastle.bcpg.S2K
return the iv for the key generation algorithm
getIV() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getKey() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getKey() - Method in class org.bouncycastle.openpgp.PGPPrivateKey
Return the contained private key.
getKey(String) - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the public key contained in the object.
getKey(Provider) - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getKeyAlgorithm() - Method in class org.bouncycastle.bcpg.OnePassSignaturePacket
return the encryption algorithm tag
getKeyAlgorithm() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the encryption algorithm tag
getKeyAlgorithm() - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
getKeyAlgorithm() - Method in class org.bouncycastle.openpgp.PGPSignature
Return the key algorithm associated with this signature.
getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.openpgp.PGPSecretKey
return the algorithm the key is encrypted with.
getKeyExpirationTime() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
Return the number of seconds a key is valid for after its creation date.
getKeyFlags() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getKeyID() - Method in class org.bouncycastle.bcpg.OnePassSignaturePacket
 
getKeyID() - Method in class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
getKeyID() - Method in class org.bouncycastle.bcpg.sig.IssuerKeyID
 
getKeyID() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the keyID
getKeyID() - Method in class org.bouncycastle.openpgp.PGPKeyPair
Return the keyID associated with this key pair.
getKeyID() - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
getKeyID() - Method in class org.bouncycastle.openpgp.PGPPrivateKey
Return the keyID associated with the contained private key.
getKeyID() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the keyID associated with the public key.
getKeyID() - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
Return the keyID for the key used to encrypt the data.
getKeyID() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return the keyID of the public key associated with this key.
getKeyID() - Method in class org.bouncycastle.openpgp.PGPSignature
Return the id of the key that created the signature.
getKeyRings() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
return the public key rings making up this collection.
getKeyRings(String) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getKeyRings(String, boolean) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getKeyRings(String, boolean, boolean) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getKeyRings() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
return the secret key rings making up this collection.
getKeyRings(String) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getKeyRings(String, boolean) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getKeyRings(String, boolean, boolean) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return an iterator of the key rings associated with the passed in userID.
getLevelAndTrustAmount() - Method in class org.bouncycastle.bcpg.TrustPacket
 
getModificationTime() - Method in class org.bouncycastle.bcpg.LiteralDataPacket
Return the modification time of the file in milli-seconds.
getModificationTime() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the modification time for the file.
getModulus() - Method in class org.bouncycastle.bcpg.RSAPublicBCPGKey
 
getModulus() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the modulus for this key.
getName() - Method in class org.bouncycastle.openpgp.test.PGPArmoredTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPClearSignedSignatureTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPCompressionTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPDSAElGamalTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPDSATest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPMarkerTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPPacketTest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPPBETest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPRSATest
 
getName() - Method in class org.bouncycastle.openpgp.test.PGPSignatureTest
 
getNotationDataOccurences() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getNotationName() - Method in class org.bouncycastle.bcpg.sig.NotationData
 
getNotationValue() - Method in class org.bouncycastle.bcpg.sig.NotationData
 
getNotationValueBytes() - Method in class org.bouncycastle.bcpg.sig.NotationData
 
getP() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
getP() - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
getPreferences() - Method in class org.bouncycastle.bcpg.sig.PreferredAlgorithms
 
getPreferredCompressionAlgorithms() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getPreferredHashAlgorithms() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getPreferredSymmetricAlgorithms() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getPreferrences() - Method in class org.bouncycastle.bcpg.sig.PreferredAlgorithms
Deprecated. mispelt!
getPrimeExponentP() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the prime exponent of p
getPrimeExponentQ() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the prime exponent of q
getPrimeP() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the prime P
getPrimeQ() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the prime Q
getPrivateExponent() - Method in class org.bouncycastle.bcpg.RSASecretBCPGKey
return the private exponent for this key.
getPrivateKey() - Method in class org.bouncycastle.openpgp.PGPKeyPair
 
getProtectionMode() - Method in class org.bouncycastle.bcpg.S2K
the protection mode - only if GNU_DUMMY_S2K
getPublicExponent() - Method in class org.bouncycastle.bcpg.RSAPublicBCPGKey
 
getPublicKey() - Method in class org.bouncycastle.openpgp.PGPKeyPair
 
getPublicKey() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRing
Return the first public key in the ring.
getPublicKey(long) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRing
Return the public key referred to by the passed in keyID if it is present.
getPublicKey(long) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return the PGP public key associated with the given key id.
getPublicKey() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return the public key associated with this key.
getPublicKey() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return the public key for the master key.
getPublicKeyPacket() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getPublicKeyRing(long) - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return the public key ring which contains the key referred to by keyID.
getPublicKeys() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRing
Return an iterator containing all the public keys.
getQ() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
getRawFileName() - Method in class org.bouncycastle.bcpg.LiteralDataPacket
 
getRawFileName() - Method in class org.bouncycastle.openpgp.PGPLiteralData
Return the file name as an unintrepreted byte array.
getS2K() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getS2K() - Method in class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
getS2KUsage() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getSecKeyData() - Method in class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
getSecretKey() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return the master private key.
getSecretKey(long) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
 
getSecretKey(long) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return the PGP secret key associated with the given key id.
getSecretKeyData() - Method in class org.bouncycastle.bcpg.SecretKeyPacket
 
getSecretKeyRing(long) - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return the secret key ring which contains the key referred to by keyID.
getSecretKeys() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Return an iterator containing all the secret keys.
getSignature() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the signature as a set of integers - note this is normalised to be the ASN.1 encoding of what appears in the signature packet.
getSignature() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getSignatureBytes() - Method in class org.bouncycastle.bcpg.SignaturePacket
Return the byte encoding of the signature section.
getSignatureCreationTime() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getSignatureExpirationTime() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
Return the number of seconds a signature is valid for after its creation date.
getSignatures() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return all signatures/certifications associated with this key.
getSignaturesForID(String) - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return any signatures associated with the passed in id.
getSignaturesForUserAttribute(PGPUserAttributeSubpacketVector) - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return an iterator of signatures associated with the passed in user attributes.
getSignaturesOfType(int) - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return signatures of the passed in type that are on this key.
getSignatureTrailer() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the signature trailer that must be included with the data to reconstruct the signature
getSignatureTrailer() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getSignatureType() - Method in class org.bouncycastle.bcpg.OnePassSignaturePacket
Return the signature type.
getSignatureType() - Method in class org.bouncycastle.bcpg.SignaturePacket
return the signature type.
getSignatureType() - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
getSignatureType() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getSignerUserID() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getSubpacket(int) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
getSubpacket(int) - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
 
getSubpackets() - Method in class org.bouncycastle.bcpg.UserAttributePacket
 
getSubpackets(int) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
Return all signature subpackets of the passed in type.
getSymmetricAlgorithm(PGPPrivateKey, String) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
Return the algorithm code for the symmetric algorithm used to encrypt the data.
getSymmetricAlgorithm(PGPPrivateKey, Provider) - Method in class org.bouncycastle.openpgp.PGPPublicKeyEncryptedData
 
getTag() - Method in class org.bouncycastle.bcpg.ExperimentalPacket
 
getTime() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getTime() - Method in class org.bouncycastle.bcpg.sig.KeyExpirationTime
Return the number of seconds after creation time a key is valid for.
getTime() - Method in class org.bouncycastle.bcpg.sig.SignatureCreationTime
 
getTime() - Method in class org.bouncycastle.bcpg.sig.SignatureExpirationTime
return time in seconds before signature expires after creation time.
getTrustAmount() - Method in class org.bouncycastle.bcpg.sig.TrustSignature
 
getTrustData() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return the trust data associated with the public key, if present.
getType() - Method in class org.bouncycastle.bcpg.S2K
 
getType() - Method in class org.bouncycastle.bcpg.SignatureSubpacket
 
getType() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacket
 
getUnderlyingException() - Method in exception org.bouncycastle.openpgp.PGPException
 
getUnhashedSubPackets() - Method in class org.bouncycastle.bcpg.SignaturePacket
 
getUnhashedSubPackets() - Method in class org.bouncycastle.openpgp.PGPSignature
 
getUserAttributes() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return any user attribute vectors associated with the key.
getUserAttributes() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return any user attribute vectors associated with the key.
getUserIDs() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return any userIDs associated with the key.
getUserIDs() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return any userIDs associated with the key.
getValidDays() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getValidDays() - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getValidSeconds() - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getValue() - Method in class org.bouncycastle.bcpg.CRC24
 
getValue() - Method in class org.bouncycastle.bcpg.MPInteger
 
getVersion() - Method in class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
getVersion() - Method in class org.bouncycastle.bcpg.PublicKeyPacket
 
getVersion() - Method in class org.bouncycastle.bcpg.SignaturePacket
get the version number
getVersion() - Method in class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
getVersion() - Method in class org.bouncycastle.openpgp.PGPPublicKey
 
getVersion() - Method in class org.bouncycastle.openpgp.PGPSignature
Return the OpenPGP version number for this signature.
getX() - Method in class org.bouncycastle.bcpg.DSASecretBCPGKey
 
getX() - Method in class org.bouncycastle.bcpg.ElGamalSecretBCPGKey
 
getY() - Method in class org.bouncycastle.bcpg.DSAPublicBCPGKey
 
getY() - Method in class org.bouncycastle.bcpg.ElGamalPublicBCPGKey
 
GNU_DUMMY_S2K - Static variable in class org.bouncycastle.bcpg.S2K
 

H

HashAlgorithmTags - Interface in org.bouncycastle.bcpg
basic tags for hash algorithms
hashCode() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacket
 
hashCode() - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
 
hasSubpacket(int) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
Return true if a particular subpacket type exists.
hasSubpackets() - Method in class org.bouncycastle.openpgp.PGPSignature
Return true if the signature has either hashed or unhashed subpackets.
HAVAL_5_160 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
HEADER_FLAG_LENGTH - Static variable in class org.bouncycastle.bcpg.sig.NotationData
 
HEADER_NAME_LENGTH - Static variable in class org.bouncycastle.bcpg.sig.NotationData
 
HEADER_VALUE_LENGTH - Static variable in class org.bouncycastle.bcpg.sig.NotationData
 

I

IDEA - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
IMAGE_ATTRIBUTE - Static variable in interface org.bouncycastle.bcpg.UserAttributeSubpacketTags
 
ImageAttribute - Class in org.bouncycastle.bcpg.attr
Basic type for a image attribute packet.
ImageAttribute(byte[]) - Constructor for class org.bouncycastle.bcpg.attr.ImageAttribute
 
ImageAttribute(int, byte[]) - Constructor for class org.bouncycastle.bcpg.attr.ImageAttribute
 
initSign(int, PGPPrivateKey) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Initialise the generator for signing.
initSign(int, PGPPrivateKey, SecureRandom) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
Initialise the generator for signing.
initSign(int, PGPPrivateKey) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
Initialise the generator for signing.
initSign(int, PGPPrivateKey, SecureRandom) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
Initialise the generator for signing.
initVerify(PGPPublicKey, String) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
Initialise the signature object for verification.
initVerify(PGPPublicKey, Provider) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
Initialise the signature object for verification.
initVerify(PGPPublicKey, String) - Method in class org.bouncycastle.openpgp.PGPSignature
 
initVerify(PGPPublicKey, Provider) - Method in class org.bouncycastle.openpgp.PGPSignature
 
InputStreamPacket - Class in org.bouncycastle.bcpg
 
InputStreamPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.InputStreamPacket
 
insertPublicKey(PGPPublicKeyRing, PGPPublicKey) - Static method in class org.bouncycastle.openpgp.PGPPublicKeyRing
Returns a new key ring with the public key passed in either added or replacing an existing one.
insertSecretKey(PGPSecretKeyRing, PGPSecretKey) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Returns a new key ring with the secret key passed in either added or replacing an existing one with the same key ID.
isClearText() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
 
isCritical() - Method in class org.bouncycastle.bcpg.SignatureSubpacket
 
isEmpty() - Method in class org.bouncycastle.openpgp.PGPEncryptedDataList
 
isEmpty() - Method in class org.bouncycastle.openpgp.PGPOnePassSignatureList
 
isEmpty() - Method in class org.bouncycastle.openpgp.PGPSignatureList
 
isEncryptionKey() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return true if this key has an algorithm type that makes it suitable to use for encryption.
isEndOfStream() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
 
isExportable() - Method in class org.bouncycastle.bcpg.sig.Exportable
 
isHumanReadable() - Method in class org.bouncycastle.bcpg.sig.NotationData
 
isIntegrityProtected() - Method in class org.bouncycastle.openpgp.PGPEncryptedData
Return true if the message is integrity protected.
isMasterKey() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Return true if this is a master key.
isMasterKey() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return true if this is a master key.
isPrimaryUserID() - Method in class org.bouncycastle.bcpg.sig.PrimaryUserID
 
isPrimaryUserID() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
 
isRevocable() - Method in class org.bouncycastle.bcpg.sig.Revocable
 
isRevoked() - Method in class org.bouncycastle.openpgp.PGPPublicKey
Check whether this (sub)key has a revocation signature on it.
isSigningKey() - Method in class org.bouncycastle.openpgp.PGPSecretKey
Return true if this key has an algorithm type that makes it suitable to use for signing.
ISSUER_KEY_ID - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
IssuerKeyID - Class in org.bouncycastle.bcpg.sig
packet giving signature creation time.
IssuerKeyID(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.IssuerKeyID
 
IssuerKeyID(boolean, long) - Constructor for class org.bouncycastle.bcpg.sig.IssuerKeyID
 

J

JPEG - Static variable in class org.bouncycastle.bcpg.attr.ImageAttribute
 

K

KEY_EXPIRE_TIME - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
KEY_FLAGS - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
KEY_REVOCATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
KEY_SERVER_PREFS - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
KeyBasedFileProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that encrypts/decrypts public key based encryption files.
KeyBasedFileProcessor() - Constructor for class org.bouncycastle.openpgp.examples.KeyBasedFileProcessor
 
KeyBasedLargeFileProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that encrypts/decrypts public key based encryption large files.
KeyBasedLargeFileProcessor() - Constructor for class org.bouncycastle.openpgp.examples.KeyBasedLargeFileProcessor
 
KeyExpirationTime - Class in org.bouncycastle.bcpg.sig
packet giving time after creation at which the key expires.
KeyExpirationTime(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.KeyExpirationTime
 
KeyExpirationTime(boolean, long) - Constructor for class org.bouncycastle.bcpg.sig.KeyExpirationTime
 
KeyFlags - Class in org.bouncycastle.bcpg.sig
Packet holding the key flag values.
KeyFlags(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.KeyFlags
 
KeyFlags(boolean, int) - Constructor for class org.bouncycastle.bcpg.sig.KeyFlags
 
keyIDToBytes(long) - Static method in class org.bouncycastle.bcpg.sig.IssuerKeyID
 

L

LITERAL_DATA - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
LiteralDataPacket - Class in org.bouncycastle.bcpg
generic literal data packet.

M

main(String[]) - Static method in class org.bouncycastle.openpgp.examples.ByteArrayHandler
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.ClearSignedFileProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.DetachedSignatureProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.DirectKeySignature
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.DSAElGamalKeyRingGenerator
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.KeyBasedFileProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.KeyBasedLargeFileProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.PBEFileProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.PubringDump
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.RSAKeyPairGenerator
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.SignedFileProcessor
 
main(String[]) - Static method in class org.bouncycastle.openpgp.examples.test.AllTests
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.AllTests
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.DSA2Test
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPArmoredTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPClearSignedSignatureTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPCompressionTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPDSAElGamalTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPDSATest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPMarkerTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPPacketTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPPBETest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPRSATest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.PGPSignatureTest
 
main(String[]) - Static method in class org.bouncycastle.openpgp.test.RegressionTest
 
makeKeyFromPassPhrase(int, char[], String) - Static method in class org.bouncycastle.openpgp.PGPUtil
 
makeKeyFromPassPhrase(int, S2K, char[], String) - Static method in class org.bouncycastle.openpgp.PGPUtil
 
makeKeyFromPassPhrase(int, S2K, char[], Provider) - Static method in class org.bouncycastle.openpgp.PGPUtil
 
makeRandomKey(int, SecureRandom) - Static method in class org.bouncycastle.openpgp.PGPUtil
 
MARKER - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
MarkerPacket - Class in org.bouncycastle.bcpg
Basic type for a marker packet
MarkerPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.MarkerPacket
 
MAYBE_SHARED - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
MAYBE_SPLIT - Static variable in interface org.bouncycastle.openpgp.PGPKeyFlags
 
MD2 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
MD5 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
MOD_DETECTION_CODE - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
ModDetectionCodePacket - Class in org.bouncycastle.bcpg
basic packet for a modification detection code packet.
ModDetectionCodePacket(byte[]) - Constructor for class org.bouncycastle.bcpg.ModDetectionCodePacket
 
MPInteger - Class in org.bouncycastle.bcpg
a multiple precision integer
MPInteger(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.MPInteger
 
MPInteger(BigInteger) - Constructor for class org.bouncycastle.bcpg.MPInteger
 

N

nextObject() - Method in class org.bouncycastle.openpgp.PGPObjectFactory
Return the next object in the stream, or null if the end is reached.
nextPacketTag() - Method in class org.bouncycastle.bcpg.BCPGInputStream
returns the next packet tag in the stream.
NO_CERTIFICATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
NOTATION_DATA - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
NotationData - Class in org.bouncycastle.bcpg.sig
Class provided a NotationData object according to RFC2440, Chapter 5.2.3.15.
NotationData(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.NotationData
 
NotationData(boolean, boolean, String, String) - Constructor for class org.bouncycastle.bcpg.sig.NotationData
 
NOW - Static variable in class org.bouncycastle.openpgp.PGPLiteralData
The special time for a modification time of "now" or the present time.
NOW - Static variable in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
The special time for a modification time of "now" or the present time.
NULL - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 

O

ONE_PASS_SIGNATURE - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
OnePassSignaturePacket - Class in org.bouncycastle.bcpg
generic signature object
OnePassSignaturePacket(int, int, int, long, boolean) - Constructor for class org.bouncycastle.bcpg.OnePassSignaturePacket
 
open() - Method in class org.bouncycastle.bcpg.OutputStreamPacket
 
open(OutputStream) - Method in class org.bouncycastle.openpgp.PGPCompressedDataGenerator
Return an outputstream which will save the data being written to the compressed object.
open(OutputStream, byte[]) - Method in class org.bouncycastle.openpgp.PGPCompressedDataGenerator
Return an outputstream which will compress the data as it is written to it.
open(OutputStream, long) - Method in class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Return an outputstream which will encrypt the data as it is written to it.
open(OutputStream, byte[]) - Method in class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Return an outputstream which will encrypt the data as it is written to it.
open(OutputStream, char, String, long, Date) - Method in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
Open a literal data packet, returning a stream to store the data inside the packet.
open(OutputStream, char, String, Date, byte[]) - Method in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
Open a literal data packet, returning a stream to store the data inside the packet as an indefinite length stream.
open(OutputStream, char, File) - Method in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
Open a literal data packet for the passed in File object, returning an output stream for saving the file contents.
org.bouncycastle.bcpg - package org.bouncycastle.bcpg
Low level classes for dealing with OpenPGP objects.
org.bouncycastle.bcpg.attr - package org.bouncycastle.bcpg.attr
Low level classes for dealing with OpenPGP user attributes.
org.bouncycastle.bcpg.sig - package org.bouncycastle.bcpg.sig
Low level classes for dealing with OpenPGP signature attributes.
org.bouncycastle.openpgp - package org.bouncycastle.openpgp
High level classes for dealing with OpenPGP objects.
org.bouncycastle.openpgp.examples - package org.bouncycastle.openpgp.examples
Examples of use of the org.bouncycastle.openpgp package.
org.bouncycastle.openpgp.examples.test - package org.bouncycastle.openpgp.examples.test
 
org.bouncycastle.openpgp.test - package org.bouncycastle.openpgp.test
Regression tests and further examples of use for the org.bouncycastle.openpgp package.
out - Variable in class org.bouncycastle.bcpg.OutputStreamPacket
 
OutputStreamPacket - Class in org.bouncycastle.bcpg
 
OutputStreamPacket(BCPGOutputStream) - Constructor for class org.bouncycastle.bcpg.OutputStreamPacket
 

P

Packet - Class in org.bouncycastle.bcpg
 
Packet() - Constructor for class org.bouncycastle.bcpg.Packet
 
PacketTags - Interface in org.bouncycastle.bcpg
Basic PGP packet tag types.
PBEFileProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that encrypts/decrypts password based encryption files.
PBEFileProcessor() - Constructor for class org.bouncycastle.openpgp.examples.PBEFileProcessor
 
perform() - Method in class org.bouncycastle.openpgp.test.PGPMarkerTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPArmoredTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPClearSignedSignatureTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPCompressionTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPDSAElGamalTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPDSATest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPPacketTest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPPBETest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPRSATest
 
performTest() - Method in class org.bouncycastle.openpgp.test.PGPSignatureTest
 
PGPArmoredTest - Class in org.bouncycastle.openpgp.test
 
PGPArmoredTest() - Constructor for class org.bouncycastle.openpgp.test.PGPArmoredTest
 
PGPClearSignedSignatureTest - Class in org.bouncycastle.openpgp.test
 
PGPClearSignedSignatureTest() - Constructor for class org.bouncycastle.openpgp.test.PGPClearSignedSignatureTest
 
PGPCompressedData - Class in org.bouncycastle.openpgp
Compressed data objects.
PGPCompressedData(BCPGInputStream) - Constructor for class org.bouncycastle.openpgp.PGPCompressedData
 
PGPCompressedDataGenerator - Class in org.bouncycastle.openpgp
class for producing compressed data packets.
PGPCompressedDataGenerator(int) - Constructor for class org.bouncycastle.openpgp.PGPCompressedDataGenerator
 
PGPCompressedDataGenerator(int, int) - Constructor for class org.bouncycastle.openpgp.PGPCompressedDataGenerator
 
PGPCompressionTest - Class in org.bouncycastle.openpgp.test
 
PGPCompressionTest() - Constructor for class org.bouncycastle.openpgp.test.PGPCompressionTest
 
PGPDataValidationException - Exception in org.bouncycastle.openpgp
Thrown if the iv at the start of a data stream indicates the wrong key is being used.
PGPDataValidationException(String) - Constructor for exception org.bouncycastle.openpgp.PGPDataValidationException
 
PGPDSAElGamalTest - Class in org.bouncycastle.openpgp.test
 
PGPDSAElGamalTest() - Constructor for class org.bouncycastle.openpgp.test.PGPDSAElGamalTest
 
PGPDSATest - Class in org.bouncycastle.openpgp.test
 
PGPDSATest() - Constructor for class org.bouncycastle.openpgp.test.PGPDSATest
 
PGPEncryptedData - Class in org.bouncycastle.openpgp
 
PGPEncryptedData.TruncatedStream - Class in org.bouncycastle.openpgp
 
PGPEncryptedDataGenerator - Class in org.bouncycastle.openpgp
Generator for encrypted objects.
PGPEncryptedDataGenerator(int, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Base constructor.
PGPEncryptedDataGenerator(int, SecureRandom, Provider) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
 
PGPEncryptedDataGenerator(int, boolean, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Creates a cipher stream which will have an integrity packet associated with it.
PGPEncryptedDataGenerator(int, boolean, SecureRandom, Provider) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
 
PGPEncryptedDataGenerator(int, SecureRandom, boolean, String) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
Base constructor.
PGPEncryptedDataGenerator(int, SecureRandom, boolean, Provider) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataGenerator
 
PGPEncryptedDataList - Class in org.bouncycastle.openpgp
A holder for a list of PGP encryption method packets.
PGPEncryptedDataList(BCPGInputStream) - Constructor for class org.bouncycastle.openpgp.PGPEncryptedDataList
 
PGPException - Exception in org.bouncycastle.openpgp
generic exception class for PGP encoding/decoding problems
PGPException(String) - Constructor for exception org.bouncycastle.openpgp.PGPException
 
PGPException(String, Exception) - Constructor for exception org.bouncycastle.openpgp.PGPException
 
PGPKeyFlags - Interface in org.bouncycastle.openpgp
key flag values for the KeyFlags subpacket.
PGPKeyPair - Class in org.bouncycastle.openpgp
General class to handle JCA key pairs and convert them into OpenPGP ones.
PGPKeyPair(int, KeyPair, Date, String) - Constructor for class org.bouncycastle.openpgp.PGPKeyPair
Deprecated. use version without provider.
PGPKeyPair(int, KeyPair, Date) - Constructor for class org.bouncycastle.openpgp.PGPKeyPair
 
PGPKeyPair(int, PublicKey, PrivateKey, Date, String) - Constructor for class org.bouncycastle.openpgp.PGPKeyPair
Deprecated. use version without provider.
PGPKeyPair(int, PublicKey, PrivateKey, Date) - Constructor for class org.bouncycastle.openpgp.PGPKeyPair
 
PGPKeyPair(PGPPublicKey, PGPPrivateKey) - Constructor for class org.bouncycastle.openpgp.PGPKeyPair
Create a key pair from a PGPPrivateKey and a PGPPublicKey.
PGPKeyRing - Class in org.bouncycastle.openpgp
 
PGPKeyRingGenerator - Class in org.bouncycastle.openpgp
Generator for a PGP master and subkey ring.
PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPKeyRingGenerator
Create a new key ring generator using old style checksumming.
PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPKeyRingGenerator
Create a new key ring generator.
PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, Provider) - Constructor for class org.bouncycastle.openpgp.PGPKeyRingGenerator
Create a new key ring generator.
PGPKeyRingTest - Class in org.bouncycastle.openpgp.test
 
PGPKeyRingTest() - Constructor for class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
PGPKeyValidationException - Exception in org.bouncycastle.openpgp
Thrown if the key checksum is invalid.
PGPKeyValidationException(String) - Constructor for exception org.bouncycastle.openpgp.PGPKeyValidationException
 
PGPLiteralData - Class in org.bouncycastle.openpgp
class for processing literal data objects.
PGPLiteralData(BCPGInputStream) - Constructor for class org.bouncycastle.openpgp.PGPLiteralData
 
PGPLiteralDataGenerator - Class in org.bouncycastle.openpgp
Class for producing literal data packets.
PGPLiteralDataGenerator() - Constructor for class org.bouncycastle.openpgp.PGPLiteralDataGenerator
 
PGPLiteralDataGenerator(boolean) - Constructor for class org.bouncycastle.openpgp.PGPLiteralDataGenerator
Generates literal data objects in the old format, this is important if you need compatability with PGP 2.6.x.
PGPMarker - Class in org.bouncycastle.openpgp
a PGP marker packet - in general these should be ignored other than where the idea is to preserve the original input stream.
PGPMarker(BCPGInputStream) - Constructor for class org.bouncycastle.openpgp.PGPMarker
Default constructor.
PGPMarkerTest - Class in org.bouncycastle.openpgp.test
 
PGPMarkerTest() - Constructor for class org.bouncycastle.openpgp.test.PGPMarkerTest
 
PGPObjectFactory - Class in org.bouncycastle.openpgp
General class for reading a PGP object stream.
PGPObjectFactory(InputStream) - Constructor for class org.bouncycastle.openpgp.PGPObjectFactory
 
PGPObjectFactory(byte[]) - Constructor for class org.bouncycastle.openpgp.PGPObjectFactory
 
PGPOnePassSignature - Class in org.bouncycastle.openpgp
A one pass signature object.
PGPOnePassSignatureList - Class in org.bouncycastle.openpgp
Holder for a list of PGPOnePassSignatures
PGPOnePassSignatureList(PGPOnePassSignature[]) - Constructor for class org.bouncycastle.openpgp.PGPOnePassSignatureList
 
PGPOnePassSignatureList(PGPOnePassSignature) - Constructor for class org.bouncycastle.openpgp.PGPOnePassSignatureList
 
PGPPacketTest - Class in org.bouncycastle.openpgp.test
 
PGPPacketTest() - Constructor for class org.bouncycastle.openpgp.test.PGPPacketTest
 
PGPPBEEncryptedData - Class in org.bouncycastle.openpgp
A password based encryption object.
PGPPBETest - Class in org.bouncycastle.openpgp.test
 
PGPPBETest() - Constructor for class org.bouncycastle.openpgp.test.PGPPBETest
 
PGPPrivateKey - Class in org.bouncycastle.openpgp
general class to contain a private key for use with other openPGP objects.
PGPPrivateKey(PrivateKey, long) - Constructor for class org.bouncycastle.openpgp.PGPPrivateKey
Create a PGPPrivateKey from a regular private key and the keyID of its associated public key.
PGPPublicKey - Class in org.bouncycastle.openpgp
general class to handle a PGP public key object.
PGPPublicKey(int, PublicKey, Date, String) - Constructor for class org.bouncycastle.openpgp.PGPPublicKey
Create a PGPPublicKey from the passed in JCA one.
PGPPublicKey(int, PublicKey, Date) - Constructor for class org.bouncycastle.openpgp.PGPPublicKey
 
PGPPublicKeyEncryptedData - Class in org.bouncycastle.openpgp
A public key encrypted data object.
PGPPublicKeyRing - Class in org.bouncycastle.openpgp
Class to hold a single master public key and its subkeys.
PGPPublicKeyRing(byte[]) - Constructor for class org.bouncycastle.openpgp.PGPPublicKeyRing
 
PGPPublicKeyRing(InputStream) - Constructor for class org.bouncycastle.openpgp.PGPPublicKeyRing
 
PGPPublicKeyRingCollection - Class in org.bouncycastle.openpgp
Often a PGP key ring file is made up of a succession of master/sub-key key rings.
PGPPublicKeyRingCollection(byte[]) - Constructor for class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
 
PGPPublicKeyRingCollection(InputStream) - Constructor for class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Build a PGPPublicKeyRingCollection from the passed in input stream.
PGPPublicKeyRingCollection(Collection) - Constructor for class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
 
PGPRSATest - Class in org.bouncycastle.openpgp.test
 
PGPRSATest() - Constructor for class org.bouncycastle.openpgp.test.PGPRSATest
 
PGPSecretKey - Class in org.bouncycastle.openpgp
general class to handle a PGP secret key object.
PGPSecretKey(int, PGPKeyPair, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPSecretKey
 
PGPSecretKey(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPSecretKey
 
PGPSecretKey(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, Provider) - Constructor for class org.bouncycastle.openpgp.PGPSecretKey
 
PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPSecretKey
 
PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String) - Constructor for class org.bouncycastle.openpgp.PGPSecretKey
 
PGPSecretKeyRing - Class in org.bouncycastle.openpgp
Class to hold a single master secret key and its subkeys.
PGPSecretKeyRing(byte[]) - Constructor for class org.bouncycastle.openpgp.PGPSecretKeyRing
 
PGPSecretKeyRing(InputStream) - Constructor for class org.bouncycastle.openpgp.PGPSecretKeyRing
 
PGPSecretKeyRingCollection - Class in org.bouncycastle.openpgp
Often a PGP key ring file is made up of a succession of master/sub-key key rings.
PGPSecretKeyRingCollection(byte[]) - Constructor for class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
 
PGPSecretKeyRingCollection(InputStream) - Constructor for class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Build a PGPSecretKeyRingCollection from the passed in input stream.
PGPSecretKeyRingCollection(Collection) - Constructor for class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
 
PGPSignature - Class in org.bouncycastle.openpgp
A PGP signature object.
PGPSignatureGenerator - Class in org.bouncycastle.openpgp
Generator for PGP Signatures.
PGPSignatureGenerator(int, int, String) - Constructor for class org.bouncycastle.openpgp.PGPSignatureGenerator
Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.
PGPSignatureGenerator(int, int, Provider) - Constructor for class org.bouncycastle.openpgp.PGPSignatureGenerator
 
PGPSignatureGenerator(int, String, int, String) - Constructor for class org.bouncycastle.openpgp.PGPSignatureGenerator
Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.
PGPSignatureGenerator(int, Provider, int, Provider) - Constructor for class org.bouncycastle.openpgp.PGPSignatureGenerator
 
PGPSignatureList - Class in org.bouncycastle.openpgp
A list of PGP signatures - normally in the signature block after literal data.
PGPSignatureList(PGPSignature[]) - Constructor for class org.bouncycastle.openpgp.PGPSignatureList
 
PGPSignatureList(PGPSignature) - Constructor for class org.bouncycastle.openpgp.PGPSignatureList
 
PGPSignatureSubpacketGenerator - Class in org.bouncycastle.openpgp
Generator for signature subpackets.
PGPSignatureSubpacketGenerator() - Constructor for class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
PGPSignatureSubpacketVector - Class in org.bouncycastle.openpgp
Container for a list of signature subpackets.
PGPSignatureTest - Class in org.bouncycastle.openpgp.test
 
PGPSignatureTest() - Constructor for class org.bouncycastle.openpgp.test.PGPSignatureTest
 
PGPUserAttributeSubpacketVector - Class in org.bouncycastle.openpgp
Container for a list of user attribute subpackets.
PGPUserAttributeSubpacketVectorGenerator - Class in org.bouncycastle.openpgp
 
PGPUserAttributeSubpacketVectorGenerator() - Constructor for class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVectorGenerator
 
PGPUtil - Class in org.bouncycastle.openpgp
Basic utility class
PGPUtil() - Constructor for class org.bouncycastle.openpgp.PGPUtil
 
PGPV3SignatureGenerator - Class in org.bouncycastle.openpgp
Generator for old style PGP V3 Signatures.
PGPV3SignatureGenerator(int, int, String) - Constructor for class org.bouncycastle.openpgp.PGPV3SignatureGenerator
Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.
PGPV3SignatureGenerator(int, int, Provider) - Constructor for class org.bouncycastle.openpgp.PGPV3SignatureGenerator
 
PLACEHOLDER - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
POLICY_URL - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
POSITIVE_CERTIFICATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
PREFERRED_COMP_ALGS - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
PREFERRED_HASH_ALGS - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
PREFERRED_KEY_SERV - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
PREFERRED_SYM_ALGS - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
PreferredAlgorithms - Class in org.bouncycastle.bcpg.sig
packet giving signature creation time.
PreferredAlgorithms(int, boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.PreferredAlgorithms
 
PreferredAlgorithms(int, boolean, int[]) - Constructor for class org.bouncycastle.bcpg.sig.PreferredAlgorithms
 
PRIMARY_USER_ID - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
PRIMARYKEY_BINDING - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
PrimaryUserID - Class in org.bouncycastle.bcpg.sig
packet giving whether or not the signature is signed using the primary user ID for the key.
PrimaryUserID(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.PrimaryUserID
 
PrimaryUserID(boolean, boolean) - Constructor for class org.bouncycastle.bcpg.sig.PrimaryUserID
 
PUBLIC_KEY - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
PUBLIC_KEY_ENC_SESSION - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
PUBLIC_SUBKEY - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
PublicKeyAlgorithmTags - Interface in org.bouncycastle.bcpg
Public Key Algorithm tag numbers
PublicKeyEncSessionPacket - Class in org.bouncycastle.bcpg
basic packet for a PGP public key
PublicKeyEncSessionPacket(long, int, BigInteger[]) - Constructor for class org.bouncycastle.bcpg.PublicKeyEncSessionPacket
 
PublicKeyPacket - Class in org.bouncycastle.bcpg
basic packet for a PGP public key
PublicKeyPacket(int, Date, BCPGKey) - Constructor for class org.bouncycastle.bcpg.PublicKeyPacket
Construct version 4 public key packet.
PublicSubkeyPacket - Class in org.bouncycastle.bcpg
basic packet for a PGP public key
PublicSubkeyPacket(int, Date, BCPGKey) - Constructor for class org.bouncycastle.bcpg.PublicSubkeyPacket
Construct version 4 public key packet.
PubringDump - Class in org.bouncycastle.openpgp.examples
Basic class which just lists the contents of the public key file passed as an argument.
PubringDump() - Constructor for class org.bouncycastle.openpgp.examples.PubringDump
 

R

read() - Method in class org.bouncycastle.bcpg.ArmoredInputStream
 
read() - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
read(byte[], int, int) - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
read() - Method in class org.bouncycastle.bcpg.SignatureSubpacketInputStream
 
read() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacketInputStream
 
read() - Method in class org.bouncycastle.openpgp.PGPEncryptedData.TruncatedStream
 
readFully(byte[], int, int) - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
readFully(byte[]) - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
readPacket() - Method in class org.bouncycastle.bcpg.BCPGInputStream
 
readPacket() - Method in class org.bouncycastle.bcpg.SignatureSubpacketInputStream
 
readPacket() - Method in class org.bouncycastle.bcpg.UserAttributeSubpacketInputStream
 
REG_EXP - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
RegressionTest - Class in org.bouncycastle.openpgp.test
 
RegressionTest() - Constructor for class org.bouncycastle.openpgp.test.RegressionTest
 
removeCertification(PGPPublicKey, PGPUserAttributeSubpacketVector) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Remove any certifications associated with a given user attribute subpacket on a key.
removeCertification(PGPPublicKey, String) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Remove any certifications associated with a given id on a key.
removeCertification(PGPPublicKey, String, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Remove a certification associated with a given id on a key.
removeCertification(PGPPublicKey, PGPUserAttributeSubpacketVector, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Remove a certification associated with a given user attributes on a key.
removeCertification(PGPPublicKey, PGPSignature) - Static method in class org.bouncycastle.openpgp.PGPPublicKey
Remove a certification from the key.
removePublicKey(PGPPublicKeyRing, PGPPublicKey) - Static method in class org.bouncycastle.openpgp.PGPPublicKeyRing
Returns a new key ring with the public key passed in removed from the key ring.
removePublicKeyRing(PGPPublicKeyRingCollection, PGPPublicKeyRing) - Static method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return a new collection object containing the contents of this collection with the passed in public key ring removed.
removeSecretKey(PGPSecretKeyRing, PGPSecretKey) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Returns a new key ring with the secret key passed in removed from the key ring.
removeSecretKeyRing(PGPSecretKeyRingCollection, PGPSecretKeyRing) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return a new collection object containing the contents of this collection with the passed in secret key ring removed.
replacePublicKey(PGPSecretKey, PGPPublicKey) - Static method in class org.bouncycastle.openpgp.PGPSecretKey
Replace the passed the public key on the passed in secret key.
replacePublicKeys(PGPSecretKeyRing, PGPPublicKeyRing) - Static method in class org.bouncycastle.openpgp.PGPSecretKeyRing
Replace the public key set on the secret ring with the corresponding key off the public ring.
RESERVED - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
reset() - Method in class org.bouncycastle.bcpg.CRC24
 
resetHeaders() - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
Reset the headers to only contain a Version string.
Revocable - Class in org.bouncycastle.bcpg.sig
packet giving whether or not is revocable.
Revocable(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.Revocable
 
Revocable(boolean, boolean) - Constructor for class org.bouncycastle.bcpg.sig.Revocable
 
REVOCABLE - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
REVOCATION_KEY - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
REVOCATION_REASON - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
rewrapKey - Variable in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
RIPEMD160 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
RSA_ENCRYPT - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
RSA_GENERAL - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
RSA_SIGN - Static variable in interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
 
RSAKeyPairGenerator - Class in org.bouncycastle.openpgp.examples
A simple utility class that generates a RSA PGPPublicKey/PGPSecretKey pair.
RSAKeyPairGenerator() - Constructor for class org.bouncycastle.openpgp.examples.RSAKeyPairGenerator
 
RSAPublicBCPGKey - Class in org.bouncycastle.bcpg
base class for an RSA Public Key.
RSAPublicBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.RSAPublicBCPGKey
Construct an RSA public key from the passed in stream.
RSAPublicBCPGKey(BigInteger, BigInteger) - Constructor for class org.bouncycastle.bcpg.RSAPublicBCPGKey
 
RSASecretBCPGKey - Class in org.bouncycastle.bcpg
base class for an RSA Secret (or Private) Key.
RSASecretBCPGKey(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.RSASecretBCPGKey
 
RSASecretBCPGKey(BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.bcpg.RSASecretBCPGKey
 

S

S2K - Class in org.bouncycastle.bcpg
The string to key specifier class
S2K(int) - Constructor for class org.bouncycastle.bcpg.S2K
 
S2K(int, byte[]) - Constructor for class org.bouncycastle.bcpg.S2K
 
S2K(int, byte[], int) - Constructor for class org.bouncycastle.bcpg.S2K
 
SAFER - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
SALTED - Static variable in class org.bouncycastle.bcpg.S2K
 
SALTED_AND_ITERATED - Static variable in class org.bouncycastle.bcpg.S2K
 
sec10pass - Variable in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
sec9pass - Variable in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
SECRET_KEY - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SECRET_SUBKEY - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SecretKeyPacket - Class in org.bouncycastle.bcpg
basic packet for a PGP secret key
SecretKeyPacket(PublicKeyPacket, int, S2K, byte[], byte[]) - Constructor for class org.bouncycastle.bcpg.SecretKeyPacket
 
SecretKeyPacket(PublicKeyPacket, int, int, S2K, byte[], byte[]) - Constructor for class org.bouncycastle.bcpg.SecretKeyPacket
 
SecretSubkeyPacket - Class in org.bouncycastle.bcpg
basic packet for a PGP secret key
SecretSubkeyPacket(PublicKeyPacket, int, S2K, byte[], byte[]) - Constructor for class org.bouncycastle.bcpg.SecretSubkeyPacket
 
SecretSubkeyPacket(PublicKeyPacket, int, int, S2K, byte[], byte[]) - Constructor for class org.bouncycastle.bcpg.SecretSubkeyPacket
 
setDefaultProvider(String) - Static method in class org.bouncycastle.openpgp.PGPUtil
Set the provider to be used by the package when it is necessary to find one on the fly.
setEmbeddedSignature(boolean, PGPSignature) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setExportable(boolean, boolean) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setHashedSubpackets(PGPSignatureSubpacketVector) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
 
setHeader(String, String) - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
Set an additional header entry.
setImageAttribute(int, byte[]) - Method in class org.bouncycastle.openpgp.PGPUserAttributeSubpacketVectorGenerator
 
setKeyExpirationTime(boolean, long) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
Set the number of seconds a key is valid for after the time of its creation.
setKeyFlags(boolean, int) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setNotationData(boolean, boolean, String, String) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setPreferredCompressionAlgorithms(boolean, int[]) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setPreferredHashAlgorithms(boolean, int[]) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setPreferredSymmetricAlgorithms(boolean, int[]) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setPrimaryUserID(boolean, boolean) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setRevocable(boolean, boolean) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setSignatureCreationTime(boolean, Date) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
Set the creation time for the signature.
setSignatureExpirationTime(boolean, long) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
Set the number of seconds a signature is valid for after the time of its creation.
setSignerUserID(boolean, String) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
 
setTrust(boolean, int, int) - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator
Add a TrustSignature packet to the signature.
setUnhashedSubpackets(PGPSignatureSubpacketVector) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
 
setUp() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
setUp() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
SHA1 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
SHA224 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
SHA256 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
SHA384 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
SHA512 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
SHARED - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
SIGN_DATA - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
SIGNATURE - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SIGNATURE_TARGET - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
SignatureCreationTime - Class in org.bouncycastle.bcpg.sig
packet giving signature creation time.
SignatureCreationTime(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.SignatureCreationTime
 
SignatureCreationTime(boolean, Date) - Constructor for class org.bouncycastle.bcpg.sig.SignatureCreationTime
 
SignatureExpirationTime - Class in org.bouncycastle.bcpg.sig
packet giving signature expiration time.
SignatureExpirationTime(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.SignatureExpirationTime
 
SignatureExpirationTime(boolean, long) - Constructor for class org.bouncycastle.bcpg.sig.SignatureExpirationTime
 
SignaturePacket - Class in org.bouncycastle.bcpg
generic signature packet
SignaturePacket(int, long, int, int, SignatureSubpacket[], SignatureSubpacket[], byte[], MPInteger[]) - Constructor for class org.bouncycastle.bcpg.SignaturePacket
Generate a version 4 signature packet.
SignaturePacket(int, int, long, int, int, long, byte[], MPInteger[]) - Constructor for class org.bouncycastle.bcpg.SignaturePacket
Generate a version 2/3 signature packet.
SignaturePacket(int, int, long, int, int, SignatureSubpacket[], SignatureSubpacket[], byte[], MPInteger[]) - Constructor for class org.bouncycastle.bcpg.SignaturePacket
 
SignatureSubpacket - Class in org.bouncycastle.bcpg
Basic type for a PGP Signature sub-packet.
SignatureSubpacket(int, boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.SignatureSubpacket
 
SignatureSubpacketInputStream - Class in org.bouncycastle.bcpg
reader for signature sub-packets
SignatureSubpacketInputStream(InputStream) - Constructor for class org.bouncycastle.bcpg.SignatureSubpacketInputStream
 
SignatureSubpacketTags - Interface in org.bouncycastle.bcpg
Basic PGP signature sub-packet tag types.
SignedFileProcessor - Class in org.bouncycastle.openpgp.examples
A simple utility class that signs and verifies files.
SignedFileProcessor() - Constructor for class org.bouncycastle.openpgp.examples.SignedFileProcessor
 
SIGNER_USER_ID - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
SignerUserID - Class in org.bouncycastle.bcpg.sig
packet giving the User ID of the signer.
SignerUserID(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.SignerUserID
 
SignerUserID(boolean, String) - Constructor for class org.bouncycastle.bcpg.sig.SignerUserID
 
SIMPLE - Static variable in class org.bouncycastle.bcpg.S2K
 
size() - Method in class org.bouncycastle.openpgp.PGPEncryptedDataList
 
size() - Method in class org.bouncycastle.openpgp.PGPOnePassSignatureList
 
size() - Method in class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
Return the number of rings in this collection.
size() - Method in class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
Return the number of rings in this collection.
size() - Method in class org.bouncycastle.openpgp.PGPSignatureList
 
size() - Method in class org.bouncycastle.openpgp.PGPSignatureSubpacketVector
Return the number of packets this vector contains.
SPLIT - Static variable in class org.bouncycastle.bcpg.sig.KeyFlags
 
STAND_ALONE - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
SUBKEY_BINDING - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
SUBKEY_REVOCATION - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
subKeyBindingCheckSum - Variable in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
subKeyBindingKey - Variable in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
suite() - Static method in class org.bouncycastle.openpgp.examples.test.AllTests
 
suite() - Static method in class org.bouncycastle.openpgp.test.AllTests
 
suite() - Static method in class org.bouncycastle.openpgp.test.DSA2Test
 
SYM_ENC_INTEGRITY_PRO - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SYMMETRIC_KEY_ENC - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SYMMETRIC_KEY_ENC_SESSION - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
SymmetricEncDataPacket - Class in org.bouncycastle.bcpg
Basic type for a symmetric key encrypted packet
SymmetricEncDataPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.SymmetricEncDataPacket
 
SymmetricEncIntegrityPacket - Class in org.bouncycastle.bcpg
 
SymmetricKeyAlgorithmTags - Interface in org.bouncycastle.bcpg
Basic tags for symmetric key algorithms
SymmetricKeyEncSessionPacket - Class in org.bouncycastle.bcpg
Basic type for a symmetric encrypted session key packet
SymmetricKeyEncSessionPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 
SymmetricKeyEncSessionPacket(int, S2K, byte[]) - Constructor for class org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket
 

T

tearDown() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
test1() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test10() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test2() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test3() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test4() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test5() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test6() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test7() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test8() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
test9() - Method in class org.bouncycastle.openpgp.test.PGPKeyRingTest
 
testClearSigned() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
testClearSignedBogusInput() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
testDSAElGamaleKeyGeneration() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
testGenerateK1024H224() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testGenerateK1024H256() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testGenerateK1024H384() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testGenerateK1024H512() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testGenerateK2048H256() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testGenerateK2048H512() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK1024H160() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK1024H224() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK1024H256() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK1024H384() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK1024H512() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK15360H512() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK2048H224() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK3072H256() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testK7680H384() - Method in class org.bouncycastle.openpgp.test.DSA2Test
 
testPBEEncryption() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
testPGP() - Method in class org.bouncycastle.openpgp.test.AllTests
 
testRSAKeyGeneration() - Method in class org.bouncycastle.openpgp.examples.test.AllTests
 
tests - Static variable in class org.bouncycastle.openpgp.test.RegressionTest
 
TEXT - Static variable in class org.bouncycastle.openpgp.PGPLiteralData
 
TEXT - Static variable in class org.bouncycastle.openpgp.PGPLiteralDataGenerator
 
TIGER_192 - Static variable in interface org.bouncycastle.bcpg.HashAlgorithmTags
 
TIMESTAMP - Static variable in class org.bouncycastle.openpgp.PGPSignature
 
timeToBytes(long) - Static method in class org.bouncycastle.bcpg.sig.KeyExpirationTime
 
timeToBytes(Date) - Static method in class org.bouncycastle.bcpg.sig.SignatureCreationTime
 
timeToBytes(long) - Static method in class org.bouncycastle.bcpg.sig.SignatureExpirationTime
 
TRIPLE_DES - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 
TRUST - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
TRUST_SIG - Static variable in interface org.bouncycastle.bcpg.SignatureSubpacketTags
 
TrustPacket - Class in org.bouncycastle.bcpg
Basic type for a trust packet
TrustPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.TrustPacket
 
TrustPacket(int) - Constructor for class org.bouncycastle.bcpg.TrustPacket
 
TrustSignature - Class in org.bouncycastle.bcpg.sig
packet giving trust.
TrustSignature(boolean, byte[]) - Constructor for class org.bouncycastle.bcpg.sig.TrustSignature
 
TrustSignature(boolean, int, int) - Constructor for class org.bouncycastle.bcpg.sig.TrustSignature
 
TWOFISH - Static variable in interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags
 

U

UNCOMPRESSED - Static variable in interface org.bouncycastle.bcpg.CompressionAlgorithmTags
 
update(int) - Method in class org.bouncycastle.bcpg.CRC24
 
update(byte) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
update(byte[]) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
update(byte[], int, int) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
 
update(byte) - Method in class org.bouncycastle.openpgp.PGPSignature
 
update(byte[]) - Method in class org.bouncycastle.openpgp.PGPSignature
 
update(byte[], int, int) - Method in class org.bouncycastle.openpgp.PGPSignature
 
update(byte) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
 
update(byte[]) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
 
update(byte[], int, int) - Method in class org.bouncycastle.openpgp.PGPSignatureGenerator
 
update(byte) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
 
update(byte[]) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
 
update(byte[], int, int) - Method in class org.bouncycastle.openpgp.PGPV3SignatureGenerator
 
USAGE_CHECKSUM - Static variable in class org.bouncycastle.bcpg.SecretKeyPacket
 
USAGE_NONE - Static variable in class org.bouncycastle.bcpg.SecretKeyPacket
 
USAGE_SHA1 - Static variable in class org.bouncycastle.bcpg.SecretKeyPacket
 
USER_ATTRIBUTE - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
USER_ID - Static variable in interface org.bouncycastle.bcpg.PacketTags
 
UserAttributePacket - Class in org.bouncycastle.bcpg
Basic type for a user attribute packet.
UserAttributePacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.UserAttributePacket
 
UserAttributePacket(UserAttributeSubpacket[]) - Constructor for class org.bouncycastle.bcpg.UserAttributePacket
 
UserAttributeSubpacket - Class in org.bouncycastle.bcpg
Basic type for a user attribute sub-packet.
UserAttributeSubpacket(int, byte[]) - Constructor for class org.bouncycastle.bcpg.UserAttributeSubpacket
 
UserAttributeSubpacketInputStream - Class in org.bouncycastle.bcpg
reader for user attribute sub-packets
UserAttributeSubpacketInputStream(InputStream) - Constructor for class org.bouncycastle.bcpg.UserAttributeSubpacketInputStream
 
UserAttributeSubpacketTags - Interface in org.bouncycastle.bcpg
Basic PGP user attribute sub-packet tag types.
UserIDPacket - Class in org.bouncycastle.bcpg
Basic type for a user ID packet.
UserIDPacket(BCPGInputStream) - Constructor for class org.bouncycastle.bcpg.UserIDPacket
 
UserIDPacket(String) - Constructor for class org.bouncycastle.bcpg.UserIDPacket
 
UTF8 - Static variable in class org.bouncycastle.openpgp.PGPLiteralData
 

V

verify() - Method in class org.bouncycastle.openpgp.PGPEncryptedData
Note: This can only be called after the message has been read.
verify(PGPSignature) - Method in class org.bouncycastle.openpgp.PGPOnePassSignature
Verify the calculated signature against the passed in PGPSignature.
verify() - Method in class org.bouncycastle.openpgp.PGPSignature
 
verifyCertification(PGPUserAttributeSubpacketVector, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignature
Verify the signature as certifying the passed in public key as associated with the passed in user attributes.
verifyCertification(String, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignature
Verify the signature as certifying the passed in public key as associated with the passed in id.
verifyCertification(PGPPublicKey, PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignature
Verify a certification for the passed in key against the passed in master key.
verifyCertification(PGPPublicKey) - Method in class org.bouncycastle.openpgp.PGPSignature
Verify a key certification, such as a revocation, for the passed in key.
version() - Method in class org.bouncycastle.bcpg.attr.ImageAttribute
 

W

write(int) - Method in class org.bouncycastle.bcpg.ArmoredOutputStream
 
write(int) - Method in class org.bouncycastle.bcpg.BCPGOutputStream
 
write(byte[], int, int) - Method in class org.bouncycastle.bcpg.BCPGOutputStream
 
writeFileToLiteralData(OutputStream, char, File) - Static method in class org.bouncycastle.openpgp.PGPUtil
write out the passed in file as a literal data packet.
writeFileToLiteralData(OutputStream, char, File, byte[]) - Static method in class org.bouncycastle.openpgp.PGPUtil
write out the passed in file as a literal data packet in partial packet format.
writeObject(BCPGObject) - Method in class org.bouncycastle.bcpg.BCPGOutputStream
 
writePacket(ContainedPacket) - Method in class org.bouncycastle.bcpg.BCPGOutputStream
 

Z

ZIP - Static variable in interface org.bouncycastle.bcpg.CompressionAlgorithmTags
 
ZLIB - Static variable in interface org.bouncycastle.bcpg.CompressionAlgorithmTags
 

A B C D E F G H I J K L M N O P R S T U V W Z
Bouncy Castle Cryptography Library 1.45