Package org.bouncycastle.operator.bc
Class BcAsymmetricKeyWrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyWrapper
org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
- Direct Known Subclasses:
BcRSAAsymmetricKeyWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionBcAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AsymmetricBlockCiphercreateAsymmetricWrapper(ASN1ObjectIdentifier algorithm) byte[]generateWrappedKey(GenericKey encryptionKey) setSecureRandom(SecureRandom random) Methods inherited from class org.bouncycastle.operator.AsymmetricKeyWrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcAsymmetricKeyWrapper
-
-
Method Details
-
setSecureRandom
-
generateWrappedKey
- Throws:
OperatorException
-
createAsymmetricWrapper
-