Uses of Class
org.bouncycastle.openpgp.PGPEncryptedData
-
Packages that use PGPEncryptedData Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects. -
-
Uses of PGPEncryptedData in org.bouncycastle.openpgp
Subclasses of PGPEncryptedData in org.bouncycastle.openpgp Modifier and Type Class Description class
PGPPBEEncryptedData
A password based encryption object.class
PGPPublicKeyEncryptedData
A public key encrypted data object.Methods in org.bouncycastle.openpgp that return PGPEncryptedData Modifier and Type Method Description PGPEncryptedData
PGPEncryptedDataList. get(int index)
Gets the encryption method object at the specified index.Methods in org.bouncycastle.openpgp that return types with arguments of type PGPEncryptedData Modifier and Type Method Description Iterator<PGPEncryptedData>
PGPEncryptedDataList. getEncryptedDataObjects()
Returns an iterator over the encryption method objects held in this list, in the order they appeared in the stream they are read from.Iterator<PGPEncryptedData>
PGPEncryptedDataList. iterator()
Support method for Iterable where available.
-