/AWS1/CL_ACPPOLICYINFORMATION¶
Defines the X.509 CertificatePolicies extension.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_certpolicyid TYPE /AWS1/ACPCUSTOMOBJECTID /AWS1/ACPCUSTOMOBJECTID¶
Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).
Optional arguments:¶
it_policyqualifiers TYPE /AWS1/CL_ACPPLYQUALIFIERINFO=>TT_POLICYQUALIFIERINFOLIST TT_POLICYQUALIFIERINFOLIST¶
Modifies the given
CertPolicyIdwith a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.
Queryable Attributes¶
CertPolicyId¶
Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTPOLICYID() |
Getter for CERTPOLICYID, with configurable default |
ASK_CERTPOLICYID() |
Getter for CERTPOLICYID w/ exceptions if field has no value |
HAS_CERTPOLICYID() |
Determine if CERTPOLICYID has a value |
PolicyQualifiers¶
Modifies the given
CertPolicyIdwith a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYQUALIFIERS() |
Getter for POLICYQUALIFIERS, with configurable default |
ASK_POLICYQUALIFIERS() |
Getter for POLICYQUALIFIERS w/ exceptions if field has no va |
HAS_POLICYQUALIFIERS() |
Determine if POLICYQUALIFIERS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CERTIFICATEPOLICYLIST¶
TYPES TT_CERTIFICATEPOLICYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACPPOLICYINFORMATION WITH DEFAULT KEY
.