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 |
| Modifier | Constructor and Description |
|---|---|
protected |
Ieee1609Dot2Data(org.bouncycastle.asn1.ASN1Sequence src) |
|
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)
protected Ieee1609Dot2Data(org.bouncycastle.asn1.ASN1Sequence src)
public static Ieee1609Dot2Data getInstance(java.lang.Object src)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic UINT8 getProtocolVersion()
public Ieee1609Dot2Content getContent()
public static Ieee1609Dot2Data.Builder builder()