Package org.bouncycastle.oer.its
Class Ieee1609Dot2Content
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.Ieee1609Dot2Content
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class Ieee1609Dot2Content extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
Ieee1609Dot2Content ::= CHOICE { unsecuredData Opaque, signedData SignedData, encryptedData EncryptedData, signedCertificateRequest Opaque, ... }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ieee1609Dot2Content.Builder
-
Field Summary
Fields Modifier and Type Field Description static int
encryptedData
static int
extension
static int
signedCertificateRequest
static int
signedData
static int
unsecuredData
-
Constructor Summary
Constructors Constructor Description Ieee1609Dot2Content(int choice, org.bouncycastle.asn1.ASN1Encodable object)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ieee1609Dot2Content.Builder
builder()
int
getChoice()
static Ieee1609Dot2Content
getInstance(java.lang.Object src)
org.bouncycastle.asn1.ASN1Encodable
getObject()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Field Detail
-
unsecuredData
public static final int unsecuredData
- See Also:
- Constant Field Values
-
signedData
public static final int signedData
- See Also:
- Constant Field Values
-
encryptedData
public static final int encryptedData
- See Also:
- Constant Field Values
-
signedCertificateRequest
public static final int signedCertificateRequest
- See Also:
- Constant Field Values
-
extension
public static final int extension
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static Ieee1609Dot2Content getInstance(java.lang.Object src)
-
builder
public static Ieee1609Dot2Content.Builder builder()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getChoice
public int getChoice()
-
getObject
public org.bouncycastle.asn1.ASN1Encodable getObject()
-
-