Class DecryptionStreamFactory


  • public final class DecryptionStreamFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DecryptionStream create​(java.io.InputStream inputStream, org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys, SecretKeyRingProtector decryptor, Passphrase decryptionPassphrase, java.util.List<org.bouncycastle.openpgp.PGPSignature> detachedSignatures, java.util.Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys, MissingPublicKeyCallback missingPublicKeyCallback)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static DecryptionStream create​(@Nonnull
                                              java.io.InputStream inputStream,
                                              @Nullable
                                              org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys,
                                              @Nullable
                                              SecretKeyRingProtector decryptor,
                                              @Nullable
                                              Passphrase decryptionPassphrase,
                                              @Nullable
                                              java.util.List<org.bouncycastle.openpgp.PGPSignature> detachedSignatures,
                                              @Nullable
                                              java.util.Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys,
                                              @Nullable
                                              MissingPublicKeyCallback missingPublicKeyCallback)
                                       throws java.io.IOException,
                                              org.bouncycastle.openpgp.PGPException
        Throws:
        java.io.IOException
        org.bouncycastle.openpgp.PGPException