Package | Description |
---|---|
org.bouncycastle.bcpg |
Low level classes for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
Modifier and Type | Method and Description |
---|---|
BCPGInputStream |
InputStreamPacket.getInputStream()
Obtains an input stream to read the contents of the packet.
|
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
ECPublicBCPGKey.readBytesOfEncodedLength(BCPGInputStream in) |
Constructor and Description |
---|
DSAPublicBCPGKey(BCPGInputStream in) |
DSASecretBCPGKey(BCPGInputStream in) |
ECDHPublicBCPGKey(BCPGInputStream in) |
ECDSAPublicBCPGKey(BCPGInputStream in) |
ECPublicBCPGKey(BCPGInputStream in) |
ECSecretBCPGKey(BCPGInputStream in) |
ElGamalPublicBCPGKey(BCPGInputStream in) |
ElGamalSecretBCPGKey(BCPGInputStream in) |
InputStreamPacket(BCPGInputStream in) |
MarkerPacket(BCPGInputStream in) |
MPInteger(BCPGInputStream in) |
RSAPublicBCPGKey(BCPGInputStream in)
Construct an RSA public key from the passed in stream.
|
RSASecretBCPGKey(BCPGInputStream in) |
SymmetricEncDataPacket(BCPGInputStream in) |
SymmetricKeyEncSessionPacket(BCPGInputStream in) |
TrustPacket(BCPGInputStream in) |
UserAttributePacket(BCPGInputStream in) |
UserIDPacket(BCPGInputStream in) |
Constructor and Description |
---|
PGPCompressedData(BCPGInputStream pIn)
Construct a compressed data object, reading a single
PacketTags.COMPRESSED_DATA
packet from the stream. |
PGPEncryptedDataList(BCPGInputStream pIn)
Construct an encrypted data packet holder, reading PGP encrypted method packets and an
encrytped data packet from the stream.
|
PGPLiteralData(BCPGInputStream pIn) |
PGPMarker(BCPGInputStream in)
Default constructor.
|