public class Ieee1609Dot2Data
extends org.bouncycastle.asn1.ASN1Object
Ieee1609Dot2Data ::= SEQUENCE { protocolVersion Uint8(3), content Ieee1609Dot2Content }
Modifier and Type | Class and Description |
---|---|
static class |
Ieee1609Dot2Data.Builder |
Constructor and Description |
---|
Ieee1609Dot2Data(Uint8 protocolVersion,
Ieee1609Dot2Content content) |
Modifier and Type | Method and Description |
---|---|
static Ieee1609Dot2Data.Builder |
builder() |
Ieee1609Dot2Content |
getContent() |
static Ieee1609Dot2Data |
getInstance(java.lang.Object src) |
Uint8 |
getProtocolVersion() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public Ieee1609Dot2Data(Uint8 protocolVersion, Ieee1609Dot2Content content)
public static Ieee1609Dot2Data getInstance(java.lang.Object src)
public static Ieee1609Dot2Data.Builder builder()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public Uint8 getProtocolVersion()
public Ieee1609Dot2Content getContent()