Skip to content

/AWS1/CL_ACPGETCERTRESPONSE

GetCertificateResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_certificate TYPE /AWS1/ACPCERTIFICATEBODY /AWS1/ACPCERTIFICATEBODY

The base64 PEM-encoded certificate specified by the CertificateArn parameter.

iv_certificatechain TYPE /AWS1/ACPCERTIFICATECHAIN /AWS1/ACPCERTIFICATECHAIN

The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.


Queryable Attributes

Certificate

The base64 PEM-encoded certificate specified by the CertificateArn parameter.

Accessible with the following methods

Method Description
GET_CERTIFICATE() Getter for CERTIFICATE, with configurable default
ASK_CERTIFICATE() Getter for CERTIFICATE w/ exceptions if field has no value
HAS_CERTIFICATE() Determine if CERTIFICATE has a value

CertificateChain

The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.

Accessible with the following methods

Method Description
GET_CERTIFICATECHAIN() Getter for CERTIFICATECHAIN, with configurable default
ASK_CERTIFICATECHAIN() Getter for CERTIFICATECHAIN w/ exceptions if field has no va
HAS_CERTIFICATECHAIN() Determine if CERTIFICATECHAIN has a value