public class JceAsymmetricKeyWrapper extends AsymmetricKeyWrapper
Constructor and Description |
---|
JceAsymmetricKeyWrapper(PublicKey publicKey) |
JceAsymmetricKeyWrapper(X509Certificate certificate) |
Modifier and Type | Method and Description |
---|---|
byte[] |
generateWrappedKey(GenericKey encryptionKey) |
JceAsymmetricKeyWrapper |
setProvider(Provider provider) |
JceAsymmetricKeyWrapper |
setProvider(String providerName) |
JceAsymmetricKeyWrapper |
setSecureRandom(SecureRandom random) |
getAlgorithmIdentifier
public JceAsymmetricKeyWrapper(PublicKey publicKey)
public JceAsymmetricKeyWrapper(X509Certificate certificate)
public JceAsymmetricKeyWrapper setProvider(Provider provider)
public JceAsymmetricKeyWrapper setProvider(String providerName)
public JceAsymmetricKeyWrapper setSecureRandom(SecureRandom random)
public byte[] generateWrappedKey(GenericKey encryptionKey) throws OperatorException
OperatorException
Copyright © 2015. All rights reserved.