Class EtsiTs103097DataSigned
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
-
- org.bouncycastle.oer.its.etsi103097.EtsiTs103097Data
-
- org.bouncycastle.oer.its.etsi103097.EtsiTs103097DataSigned
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
CaCertificateRekeyingMessage
,CaCertificateRequestMessage
,CertificateRevocationListMessage
,InnerEcRequestSignedForPop
,RcaCertificateTrustListMessage
,RcaDoubleSignedLinkCertificateMessage
,RcaSingleSignedLinkCertificateMessage
,TlmCertificateTrustListMessage
,TlmLinkCertificateMessage
public class EtsiTs103097DataSigned extends EtsiTs103097Data
EtsiTs103097Data-Signed {ToBeSignedDataContent} ::= EtsiTs103097Data (WITH COMPONENTS {..., content (WITH COMPONENTS { signedData (WITH COMPONENTS {..., tbsData (WITH COMPONENTS { payload (WITH COMPONENTS { data (WITH COMPONENTS {..., content (WITH COMPONENTS { unsecuredData (CONTAINING ToBeSignedDataContent) }) }) PRESENT }) }) }) }) })
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
Ieee1609Dot2Data.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EtsiTs103097DataSigned(org.bouncycastle.asn1.ASN1Sequence src)
EtsiTs103097DataSigned(Ieee1609Dot2Content content)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EtsiTs103097DataSigned
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data
builder, getContent, getProtocolVersion, toASN1Primitive
-
-
-
-
Constructor Detail
-
EtsiTs103097DataSigned
public EtsiTs103097DataSigned(Ieee1609Dot2Content content)
-
EtsiTs103097DataSigned
protected EtsiTs103097DataSigned(org.bouncycastle.asn1.ASN1Sequence src)
-
-
Method Detail
-
getInstance
public static EtsiTs103097DataSigned getInstance(java.lang.Object o)
-
-