Uses of Interface
org.bouncycastle.cert.crmf.ValueDecryptorGenerator
-
Packages that use ValueDecryptorGenerator 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. -
-
Uses of ValueDecryptorGenerator in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type ValueDecryptorGenerator Modifier and Type Method Description X509CertificateHolder
EncryptedValueParser. readCertificateHolder(ValueDecryptorGenerator decGen)
Read a X.509 certificate.char[]
EncryptedValueParser. readPassphrase(ValueDecryptorGenerator decGen)
Read a pass phrase.org.bouncycastle.asn1.pkcs.PrivateKeyInfo
EncryptedValueParser. readPrivateKeyInfo(ValueDecryptorGenerator decGen)
Read a PKCS#8 PrivateKeyInfo. -
Uses of ValueDecryptorGenerator in org.bouncycastle.cert.crmf.jcajce
Classes in org.bouncycastle.cert.crmf.jcajce that implement ValueDecryptorGenerator Modifier and Type Class Description class
JceAsymmetricValueDecryptorGenerator
-