Class CounterSignature
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
org.bouncycastle.oer.its.ieee1609dot2.CounterSignature
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
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
})
})
})
})
})
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
Ieee1609Dot2Data.Builder
-
Constructor Summary
ModifierConstructorDescriptionprotected
CounterSignature
(org.bouncycastle.asn1.ASN1Sequence instance) CounterSignature
(UINT8 protocolVersion, Ieee1609Dot2Content content) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
builder, getContent, getProtocolVersion, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
CounterSignature
-
CounterSignature
protected CounterSignature(org.bouncycastle.asn1.ASN1Sequence instance)
-
-
Method Details
-
getInstance
-