- G_SIZE - Static variable in interface org.bouncycastle.apache.bzip2.BZip2Constants
-
- 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.
- 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.
- 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
-
- 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
-
- GREATER_ICOST - Static variable in class org.bouncycastle.apache.bzip2.CBZip2OutputStream
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- PGPPBEEncryptedData - Class in org.bouncycastle.openpgp
-
A password based encryption object.
- 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
-
- 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.
- 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
-