Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface KeyWrapper

All Known Implementing Classes:
AsymmetricKeyWrapper, SymmetricKeyWrapper

public interface KeyWrapper


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

Method Detail

getAlgorithmIdentifier

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

generateWrappedKey

public byte[] generateWrappedKey(GenericKey encryptionKey)
                          throws OperatorException

Bouncy Castle Cryptography Library 1.79