Class JcaPGPSecretKeyRingCollection

  • All Implemented Interfaces:
    org.bouncycastle.util.Iterable

    public class JcaPGPSecretKeyRingCollection
    extends PGPSecretKeyRingCollection
    • Constructor Detail

      • JcaPGPSecretKeyRingCollection

        public JcaPGPSecretKeyRingCollection​(byte[] encoding)
                                      throws java.io.IOException,
                                             PGPException
        Throws:
        java.io.IOException
        PGPException
      • JcaPGPSecretKeyRingCollection

        public JcaPGPSecretKeyRingCollection​(java.io.InputStream in)
                                      throws java.io.IOException,
                                             PGPException
        Throws:
        java.io.IOException
        PGPException
      • JcaPGPSecretKeyRingCollection

        public JcaPGPSecretKeyRingCollection​(java.util.Collection collection)