Package org.bouncycastle.its.bc
Class BcITSPublicEncryptionKey
java.lang.Object
org.bouncycastle.its.ITSPublicEncryptionKey
org.bouncycastle.its.bc.BcITSPublicEncryptionKey
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.its.ITSPublicEncryptionKey
ITSPublicEncryptionKey.symmAlgorithm
-
Field Summary
Fields inherited from class org.bouncycastle.its.ITSPublicEncryptionKey
encryptionKey
-
Constructor Summary
ConstructorDescriptionBcITSPublicEncryptionKey
(org.bouncycastle.crypto.params.AsymmetricKeyParameter encryptionKey) BcITSPublicEncryptionKey
(org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicEncryptionKey encryptionKey) -
Method Summary
Methods inherited from class org.bouncycastle.its.ITSPublicEncryptionKey
toASN1Structure
-
Constructor Details
-
BcITSPublicEncryptionKey
public BcITSPublicEncryptionKey(org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicEncryptionKey encryptionKey) -
BcITSPublicEncryptionKey
public BcITSPublicEncryptionKey(org.bouncycastle.crypto.params.AsymmetricKeyParameter encryptionKey)
-
-
Method Details
-
getKey
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getKey()
-