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
public class EtsiTs103097Data extends Ieee1609Dot2Data
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
Constructors Modifier Constructor Description protected
EtsiTs103097Data(org.bouncycastle.asn1.ASN1Sequence src)
EtsiTs103097Data(UINT8 protocolVersion, Ieee1609Dot2Content content)
EtsiTs103097Data(Ieee1609Dot2Content content)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EtsiTs103097Data
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
builder, getContent, getProtocolVersion, toASN1Primitive
-
-
-
-
Constructor Detail
-
EtsiTs103097Data
public EtsiTs103097Data(Ieee1609Dot2Content content)
-
EtsiTs103097Data
public EtsiTs103097Data(UINT8 protocolVersion, Ieee1609Dot2Content content)
-
EtsiTs103097Data
protected EtsiTs103097Data(org.bouncycastle.asn1.ASN1Sequence src)
-
-
Method Detail
-
getInstance
public static EtsiTs103097Data getInstance(java.lang.Object o)
-
-