Skip to content

/AWS1/CL_ACMOTHERNAME

Defines a custom ASN.1 X.400 GeneralName using an object identifier (OID) and value. For more information, see NIST's definition of Object Identifier (OID).

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_objectidentifier TYPE /AWS1/ACMSTRING /AWS1/ACMSTRING

Specifies an OID.

iv_value TYPE /AWS1/ACMSTRING /AWS1/ACMSTRING

Specifies an OID value.


Queryable Attributes

ObjectIdentifier

Specifies an OID.

Accessible with the following methods

Method Description
GET_OBJECTIDENTIFIER() Getter for OBJECTIDENTIFIER, with configurable default
ASK_OBJECTIDENTIFIER() Getter for OBJECTIDENTIFIER w/ exceptions if field has no va
HAS_OBJECTIDENTIFIER() Determine if OBJECTIDENTIFIER has a value

Value

Specifies an OID value.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value