Class CtlEntry
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.CtlEntry
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class CtlEntry
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
CtlEntry ::= CHOICE {
rca RootCaEntry,
ea EaEntry,
aa AaEntry,
dc DcEntry,
tlm TlmEntry,
...
}
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
rca
public static final int rca- See Also:
-
ea
public static final int ea- See Also:
-
aa
public static final int aa- See Also:
-
dc
public static final int dc- See Also:
-
tlm
public static final int tlm- See Also:
-
-
Constructor Details
-
CtlEntry
public CtlEntry(int choice, org.bouncycastle.asn1.ASN1Encodable ctlEntry)
-
-
Method Details
-
getInstance
-
rca
-
ea
-
aa
-
dc
-
tlm
-
getChoice
public int getChoice() -
getCtlEntry
public org.bouncycastle.asn1.ASN1Encodable getCtlEntry() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-