Uses of Class
org.pgpainless.key.collection.PGPKeyRingCollection
- 
Packages that use PGPKeyRingCollection Package Description org.pgpainless.key.parsing Classes related to OpenPGP key reading. - 
- 
Uses of PGPKeyRingCollection in org.pgpainless.key.parsing
Methods in org.pgpainless.key.parsing that return PGPKeyRingCollection Modifier and Type Method Description PGPKeyRingCollectionKeyRingReader. keyRingCollection(byte[] bytes, boolean isSilent)PGPKeyRingCollectionKeyRingReader. keyRingCollection(InputStream inputStream, boolean isSilent)PGPKeyRingCollectionKeyRingReader. keyRingCollection(String asciiArmored, boolean isSilent)static PGPKeyRingCollectionKeyRingReader. readKeyRingCollection(InputStream inputStream, boolean isSilent) 
 -