public class BcPGPSecretKeyRingCollection extends PGPSecretKeyRingCollection
Constructor and Description |
---|
BcPGPSecretKeyRingCollection(byte[] encoding) |
BcPGPSecretKeyRingCollection(java.util.Collection<PGPSecretKeyRing> collection) |
BcPGPSecretKeyRingCollection(java.io.InputStream in) |
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, iterator, removeSecretKeyRing, size
public BcPGPSecretKeyRingCollection(byte[] encoding) throws java.io.IOException, PGPException
java.io.IOException
PGPException
public BcPGPSecretKeyRingCollection(java.io.InputStream in) throws java.io.IOException, PGPException
java.io.IOException
PGPException
public BcPGPSecretKeyRingCollection(java.util.Collection<PGPSecretKeyRing> collection)