Class BcITSPublicEncryptionKey
java.lang.Object
org.bouncycastle.its.ITSPublicEncryptionKey
org.bouncycastle.its.bc.BcITSPublicEncryptionKey
-
Nested Class Summary
Nested classes/interfaces inherited from class ITSPublicEncryptionKey
ITSPublicEncryptionKey.symmAlgorithm -
Field Summary
Fields inherited from class ITSPublicEncryptionKey
encryptionKey -
Constructor Summary
ConstructorsConstructorDescriptionBcITSPublicEncryptionKey(org.bouncycastle.crypto.params.AsymmetricKeyParameter encryptionKey) BcITSPublicEncryptionKey(org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicEncryptionKey encryptionKey) -
Method Summary
Methods inherited from class 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()
-