Uses of Class
org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
Packages that use JceAsymmetricKeyUnwrapper
-
Uses of JceAsymmetricKeyUnwrapper in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JceAsymmetricKeyUnwrapperModifier and TypeMethodDescriptionEnvelopedDataHelper.createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey) -
Uses of JceAsymmetricKeyUnwrapper in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return JceAsymmetricKeyUnwrapperModifier and TypeMethodDescriptionJceAsymmetricKeyUnwrapper.setAlgorithmMapping(ASN1ObjectIdentifier algorithm, String algorithmName) Internally algorithm ids are converted into cipher names using a lookup table.JceAsymmetricKeyUnwrapper.setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable) Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().JceAsymmetricKeyUnwrapper.setProvider(String providerName) JceAsymmetricKeyUnwrapper.setProvider(Provider provider)