Uses of Interface
com.itextpdf.commons.bouncycastle.operator.IInputDecryptorProvider
-
-
Uses of IInputDecryptorProvider in com.itextpdf.bouncycastle.openssl.jcajce
Methods in com.itextpdf.bouncycastle.openssl.jcajce that return IInputDecryptorProvider Modifier and Type Method Description IInputDecryptorProvider
JceOpenSSLPKCS8DecryptorProviderBuilderBC. build(char[] password)
Calls actualbuild
method for the wrapped JceOpenSSLPKCS8DecryptorProviderBuilder object. -
Uses of IInputDecryptorProvider in com.itextpdf.bouncycastle.operator
Classes in com.itextpdf.bouncycastle.operator that implement IInputDecryptorProvider Modifier and Type Class Description class
InputDecryptorProviderBC
Wrapper class forInputDecryptorProvider
. -
Uses of IInputDecryptorProvider in com.itextpdf.bouncycastle.pkcs
Methods in com.itextpdf.bouncycastle.pkcs with parameters of type IInputDecryptorProvider Modifier and Type Method Description IPrivateKeyInfo
PKCS8EncryptedPrivateKeyInfoBC. decryptPrivateKeyInfo(IInputDecryptorProvider decryptorProvider)
Calls actualdecryptPrivateKeyInfo
method for the wrapped PKCS8EncryptedPrivateKeyInfo object. -
Uses of IInputDecryptorProvider in com.itextpdf.commons.bouncycastle.openssl.jcajce
Methods in com.itextpdf.commons.bouncycastle.openssl.jcajce that return IInputDecryptorProvider Modifier and Type Method Description IInputDecryptorProvider
IJceOpenSSLPKCS8DecryptorProviderBuilder. build(char[] password)
Calls actualbuild
method for the wrapped JceOpenSSLPKCS8DecryptorProviderBuilder object. -
Uses of IInputDecryptorProvider in com.itextpdf.commons.bouncycastle.pkcs
Methods in com.itextpdf.commons.bouncycastle.pkcs with parameters of type IInputDecryptorProvider Modifier and Type Method Description IPrivateKeyInfo
IPKCS8EncryptedPrivateKeyInfo. decryptPrivateKeyInfo(IInputDecryptorProvider decryptorProvider)
Calls actualdecryptPrivateKeyInfo
method for the wrapped PKCS8EncryptedPrivateKeyInfo object.
-