|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.operator.AsymmetricKeyUnwrapper
org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
public class JceAsymmetricKeyUnwrapper
Constructor Summary | |
---|---|
JceAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier,
java.security.PrivateKey privKey)
|
Method Summary | |
---|---|
GenericKey |
generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey)
|
JceAsymmetricKeyUnwrapper |
setProvider(java.security.Provider provider)
|
JceAsymmetricKeyUnwrapper |
setProvider(java.lang.String providerName)
|
Methods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper |
---|
getAlgorithmIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JceAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier, java.security.PrivateKey privKey)
Method Detail |
---|
public JceAsymmetricKeyUnwrapper setProvider(java.security.Provider provider)
public JceAsymmetricKeyUnwrapper setProvider(java.lang.String providerName)
public GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) throws OperatorException
OperatorException
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |