Class CounterSignature

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class CounterSignature
    extends Ieee1609Dot2Data
    Countersignature ::= Ieee1609Dot2Data (WITH COMPONENTS {..., content (WITH COMPONENTS {..., signedData (WITH COMPONENTS {..., tbsData (WITH COMPONENTS {..., payload (WITH COMPONENTS {..., data ABSENT, extDataHash PRESENT }), headerInfo(WITH COMPONENTS {..., generationTime PRESENT, expiryTime ABSENT, generationLocation ABSENT, p2pcdLearningRequest ABSENT, missingCrlIdentifier ABSENT, encryptionKey ABSENT }) }) }) }) })
    • Constructor Detail

      • CounterSignature

        protected CounterSignature​(org.bouncycastle.asn1.ASN1Sequence instance)
    • Method Detail

      • getInstance

        public static Ieee1609Dot2Data getInstance​(java.lang.Object src)