Class ITSPublicVerificationKey

java.lang.Object
org.bouncycastle.its.ITSPublicVerificationKey
Direct Known Subclasses:
BcITSPublicVerificationKey, JcaITSPublicVerificationKey

public class ITSPublicVerificationKey extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ITSPublicVerificationKey(org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey encryptionKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • verificationKey

      protected final org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey verificationKey
  • Constructor Details

    • ITSPublicVerificationKey

      public ITSPublicVerificationKey(org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey encryptionKey)
  • Method Details

    • toASN1Structure

      public org.bouncycastle.oer.its.ieee1609dot2.basetypes.PublicVerificationKey toASN1Structure()