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