Uses of Interface
org.bouncycastle.operator.InputDecryptorProvider
-
Packages that use InputDecryptorProvider Package Description 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.openssl.jcajce org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.pkcs.bc BC lightweight API extensions and operators for the PKCS#10 certification request package.org.bouncycastle.pkcs.jcajce JCA extensions and operators for the PKCS#10 certification request package. -
-
Uses of InputDecryptorProvider in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type InputDecryptorProvider Modifier and Type Method Description byte[]
CMSEncryptedData. getContent(InputDecryptorProvider inputDecryptorProvider)
CMSTypedStream
CMSEncryptedData. getContentStream(InputDecryptorProvider inputDecryptorProvider)
-
Uses of InputDecryptorProvider in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that return InputDecryptorProvider Modifier and Type Method Description InputDecryptorProvider
JceOpenSSLPKCS8DecryptorProviderBuilder. build(char[] password)
-
Uses of InputDecryptorProvider in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return InputDecryptorProvider Modifier and Type Method Description InputDecryptorProvider
JceInputDecryptorProviderBuilder. build(byte[] keyBytes)
Build a decryptor provider which will use the passed in bytes for the symmetric key. -
Uses of InputDecryptorProvider in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs with parameters of type InputDecryptorProvider Modifier and Type Method Description org.bouncycastle.asn1.pkcs.PrivateKeyInfo
PKCS8EncryptedPrivateKeyInfo. decryptPrivateKeyInfo(InputDecryptorProvider inputDecryptorProvider)
Constructors in org.bouncycastle.pkcs with parameters of type InputDecryptorProvider Constructor Description PKCS12SafeBagFactory(org.bouncycastle.asn1.pkcs.ContentInfo info, InputDecryptorProvider inputDecryptorProvider)
-
Uses of InputDecryptorProvider in org.bouncycastle.pkcs.bc
Methods in org.bouncycastle.pkcs.bc that return InputDecryptorProvider Modifier and Type Method Description InputDecryptorProvider
BcPKCS12PBEInputDecryptorProviderBuilder. build(char[] password)
-
Uses of InputDecryptorProvider in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce that return InputDecryptorProvider Modifier and Type Method Description InputDecryptorProvider
JcePKCSPBEInputDecryptorProviderBuilder. build(char[] password)
-