Package org.bouncycastle.operator.bc
Class BcRSAAsymmetricKeyWrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyWrapper
org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
org.bouncycastle.operator.bc.BcRSAAsymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionBcRSAAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, SubjectPublicKeyInfo publicKeyInfo) BcRSAAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected AsymmetricBlockCiphercreateAsymmetricWrapper(ASN1ObjectIdentifier algorithm) Methods inherited from class org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
generateWrappedKey, setSecureRandomMethods inherited from class org.bouncycastle.operator.AsymmetricKeyWrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcRSAAsymmetricKeyWrapper
-
BcRSAAsymmetricKeyWrapper
public BcRSAAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, SubjectPublicKeyInfo publicKeyInfo) throws IOException - Throws:
IOException
-
-
Method Details
-
createAsymmetricWrapper
- Specified by:
createAsymmetricWrapperin classBcAsymmetricKeyWrapper
-