Bouncy Castle Cryptography Library 1.46

org.bouncycastle.operator
Interface KeyWrapper

All Known Implementing Classes:
AsymmetricKeyWrapper, BcAsymmetricKeyWrapper, BcRSAAsymmetricKeyWrapper, JceAsymmetricKeyWrapper, JceSymmetricKeyWrapper, SymmetricKeyWrapper

public interface KeyWrapper


Method Summary
 byte[] generateWrappedKey(GenericKey encryptionKey)
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
           
 

Method Detail

getAlgorithmIdentifier

org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()

generateWrappedKey

byte[] generateWrappedKey(GenericKey encryptionKey)
                          throws OperatorException
Throws:
OperatorException

Bouncy Castle Cryptography Library 1.46