public class BcPGPSecretKeyRingCollection extends PGPSecretKeyRingCollection
Constructor and Description |
---|
BcPGPSecretKeyRingCollection(byte[] encoding) |
BcPGPSecretKeyRingCollection(Collection collection) |
BcPGPSecretKeyRingCollection(InputStream in) |
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, iterator, removeSecretKeyRing, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BcPGPSecretKeyRingCollection(byte[] encoding) throws IOException, PGPException
IOException
PGPException
public BcPGPSecretKeyRingCollection(InputStream in) throws IOException, PGPException
IOException
PGPException
public BcPGPSecretKeyRingCollection(Collection collection) throws IOException, PGPException
IOException
PGPException
Copyright © 2018 BouncyCastle.org. All rights reserved.