public class JceAsymmetricValueDecryptorGenerator extends Object implements ValueDecryptorGenerator
Constructor and Description |
---|
JceAsymmetricValueDecryptorGenerator(PrivateKey recipientKey) |
Modifier and Type | Method and Description |
---|---|
InputDecryptor |
getValueDecryptor(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
JceAsymmetricValueDecryptorGenerator |
setProvider(Provider provider) |
JceAsymmetricValueDecryptorGenerator |
setProvider(String providerName) |
public JceAsymmetricValueDecryptorGenerator(PrivateKey recipientKey)
public JceAsymmetricValueDecryptorGenerator setProvider(Provider provider)
public JceAsymmetricValueDecryptorGenerator setProvider(String providerName)
public InputDecryptor getValueDecryptor(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CRMFException
getValueDecryptor
in interface ValueDecryptorGenerator
CRMFException
Copyright © 2015. All rights reserved.