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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Ieee1609Dot2Content.Builder
builder()
int
static Ieee1609Dot2Content
getInstance
(Object src) org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
unsecuredData
public static final int unsecuredData- See Also:
-
signedData
public static final int signedData- See Also:
-
encryptedData
public static final int encryptedData- See Also:
-
signedCertificateRequest
public static final int signedCertificateRequest- See Also:
-
extension
public static final int extension- See Also:
-
-
Constructor Details
-
Ieee1609Dot2Content
public Ieee1609Dot2Content(int choice, org.bouncycastle.asn1.ASN1Encodable object)
-
-
Method Details
-
getInstance
-
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()
-