Uses of Class
org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
Packages that use JceAsymmetricKeyUnwrapper Package Description org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE. -
-
Uses of JceAsymmetricKeyUnwrapper in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JceAsymmetricKeyUnwrapper Modifier and Type Method Description JceAsymmetricKeyUnwrapper
EnvelopedDataHelper. createAsymmetricUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey)
-
Uses of JceAsymmetricKeyUnwrapper in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return JceAsymmetricKeyUnwrapper Modifier and Type Method Description JceAsymmetricKeyUnwrapper
JceAsymmetricKeyUnwrapper. setAlgorithmMapping(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm, String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.JceAsymmetricKeyUnwrapper
JceAsymmetricKeyUnwrapper. setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable)
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().JceAsymmetricKeyUnwrapper
JceAsymmetricKeyUnwrapper. setProvider(String providerName)
JceAsymmetricKeyUnwrapper
JceAsymmetricKeyUnwrapper. setProvider(Provider provider)
-