Class EtsiTs103097Data
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
org.bouncycastle.oer.its.etsi103097.EtsiTs103097Data
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
EtsiTs103097DataEncrypted
,EtsiTs103097DataEncryptedUnicast
,EtsiTs103097DataSigned
,EtsiTs103097DataSignedAndEncrypted
,EtsiTs103097DataSignedAndEncryptedUnicast
,EtsiTs103097DataSignedExternalPayload
,EtsiTs103097DataSignedUnicast
,EtsiTs103097DataUnsecured
EtsiTs103097Data::=Ieee1609Dot2Data (WITH COMPONENTS {...,
content (WITH COMPONENTS {...,
signedData (WITH COMPONENTS {..., -- constraints on signed data headers
tbsData (WITH COMPONENTS {
headerInfo (WITH COMPONENTS {...,
generationTime PRESENT,
p2pcdLearningRequest ABSENT,
missingCrlIdentifier ABSENT
})
}),
signer (WITH COMPONENTS {..., --constraints on the certificate
certificate ((WITH COMPONENT (EtsiTs103097Certificate))^(SIZE(1)))
})
}),
encryptedData (WITH COMPONENTS {..., -- constraints on encrypted data headers
recipients (WITH COMPONENT (
(WITH COMPONENTS {...,
pskRecipInfo ABSENT,
symmRecipInfo ABSENT,
rekRecipInfo ABSENT
})
))
}),
signedCertificateRequest ABSENT
})
})
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
Ieee1609Dot2Data.Builder
-
Constructor Summary
ModifierConstructorDescriptionprotected
EtsiTs103097Data
(org.bouncycastle.asn1.ASN1Sequence src) EtsiTs103097Data
(UINT8 protocolVersion, Ieee1609Dot2Content content) EtsiTs103097Data
(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
-
EtsiTs103097Data
-
EtsiTs103097Data
-
EtsiTs103097Data
protected EtsiTs103097Data(org.bouncycastle.asn1.ASN1Sequence src)
-
-
Method Details
-
getInstance
-