Uses of Interface
org.bouncycastle.operator.InputDecryptor
-
Packages that use InputDecryptor Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cert.crmf.jcajce JCA extensions to the CRMF online certificate request package.org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations. -
-
Uses of InputDecryptor in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that return InputDecryptor Modifier and Type Method Description InputDecryptor
ValueDecryptorGenerator. getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg, byte[] encKey)
-
Uses of InputDecryptor in org.bouncycastle.cert.crmf.jcajce
Methods in org.bouncycastle.cert.crmf.jcajce that return InputDecryptor Modifier and Type Method Description InputDecryptor
JceAsymmetricValueDecryptorGenerator. getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey)
-
Uses of InputDecryptor in org.bouncycastle.cms
Constructors in org.bouncycastle.cms with parameters of type InputDecryptor Constructor Description RecipientOperator(InputDecryptor decryptor)
-
Uses of InputDecryptor in org.bouncycastle.operator
Subinterfaces of InputDecryptor in org.bouncycastle.operator Modifier and Type Interface Description interface
InputAEADDecryptor
Base interface for an input consuming AEAD Decryptor supporting associated text.Methods in org.bouncycastle.operator that return InputDecryptor Modifier and Type Method Description InputDecryptor
InputDecryptorProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
-