Uses of Class
org.bouncycastle.bcpg.BCPGInputStream
-
Packages that use BCPGInputStream Package Description org.bouncycastle.bcpg Low level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects. -
-
Uses of BCPGInputStream in org.bouncycastle.bcpg
Methods in org.bouncycastle.bcpg that return BCPGInputStream Modifier and Type Method Description BCPGInputStream
InputStreamPacket. getInputStream()
Obtains an input stream to read the contents of the packet.Methods in org.bouncycastle.bcpg with parameters of type BCPGInputStream Modifier and Type Method Description protected static byte[]
ECPublicBCPGKey. readBytesOfEncodedLength(BCPGInputStream in)
Constructors in org.bouncycastle.bcpg with parameters of type BCPGInputStream Constructor Description DSAPublicBCPGKey(BCPGInputStream in)
DSASecretBCPGKey(BCPGInputStream in)
ECDHPublicBCPGKey(BCPGInputStream in)
ECDSAPublicBCPGKey(BCPGInputStream in)
ECPublicBCPGKey(BCPGInputStream in)
ECSecretBCPGKey(BCPGInputStream in)
EdDSAPublicBCPGKey(BCPGInputStream in)
EdSecretBCPGKey(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)
-
Uses of BCPGInputStream in org.bouncycastle.openpgp
Constructors in org.bouncycastle.openpgp with parameters of type BCPGInputStream Constructor Description PGPCompressedData(BCPGInputStream pIn)
Construct a compressed data object, reading a singlePacketTags.COMPRESSED_DATA
packet from the stream.PGPEncryptedDataList(BCPGInputStream pIn)
Construct an encrypted data packet holder, reading PGP encrypted method packets and an encrypted data packet from the stream.PGPLiteralData(BCPGInputStream pIn)
Construct a PGP LiteralData carrier from the passed in BCPG input stream.PGPMarker(BCPGInputStream in)
Default constructor.
-