public class EntrustEventList extends java.lang.Object implements ASN1Type
EntrustEventListSyntax ::= OCTET STRING
entrustEventList OBJECT-TYPE
SYNTAX EntrustEventListSyntax
ACCESS read-write
STATUS mandatory
::= { 2 16 840 1 114027 50 14 }
| Modifier and Type | Field and Description |
|---|---|
static ObjectID |
oid
The object identifier for an EntrustEventList.
|
| Constructor and Description |
|---|
EntrustEventList(ASN1Object obj)
Creates a new
EntrustEventList from an
ASN1Object. |
EntrustEventList(byte[] eventList)
Creates a new
EntrustEventList object with the specified
component. |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object obj)
Decodes an EntrustEventList from an
ASN1Object. |
byte[] |
getEventList()
Returns the event list.
|
ASN1Object |
toASN1Object()
Encodes this
EntrustEventList object as an
ASN1Object. |
java.lang.String |
toString()
Creates a text representation of the ASN.1 structure of this
EntrustEventList object. |
public static final ObjectID oid
public EntrustEventList(byte[] eventList)
EntrustEventList object with the specified
component.eventList - the event listpublic EntrustEventList(ASN1Object obj) throws CodingException
EntrustEventList from an
ASN1Object. The ASN1Object must be an
EntrustEventListSyntax structure.obj - the ASN.1 representation of an EntrustEventListSyntax structureCodingException - thrown if an errors occurs while decoding the ANS1Objectpublic byte[] getEventList()
public void decode(ASN1Object obj) throws CodingException
ASN1Object. The
ASN1Object must be an EntrustEventListSyntax structure.decode in interface ASN1Typeobj - an ASN.1 representation of a EntrustEventListSyntax structureCodingException - thrown if an errors occurs while decoding the ANS1Objectpublic ASN1Object toASN1Object()
EntrustEventList object as an
ASN1Object.toASN1Object in interface ASN1Typepublic java.lang.String toString()
EntrustEventList object.toString in class java.lang.Object