Skip to content

/AWS1/CL_WSWCERTIFICATE

The certificate.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_thumbprint TYPE /AWS1/WSWCERTIFICATETHUMBPRINT /AWS1/WSWCERTIFICATETHUMBPRINT

A hexadecimal identifier for the certificate.

iv_subject TYPE /AWS1/WSWCERTIFICATEPRINCIPAL /AWS1/WSWCERTIFICATEPRINCIPAL

The entity the certificate belongs to.

iv_issuer TYPE /AWS1/WSWCERTIFICATEPRINCIPAL /AWS1/WSWCERTIFICATEPRINCIPAL

The entity that issued the certificate.

iv_notvalidbefore TYPE /AWS1/WSWTIMESTAMP /AWS1/WSWTIMESTAMP

The certificate is not valid before this date.

iv_notvalidafter TYPE /AWS1/WSWTIMESTAMP /AWS1/WSWTIMESTAMP

The certificate is not valid after this date.

iv_body TYPE /AWS1/WSWCERTAUTHORITYBODY /AWS1/WSWCERTAUTHORITYBODY

The body of the certificate.


Queryable Attributes

thumbprint

A hexadecimal identifier for the certificate.

Accessible with the following methods

Method Description
GET_THUMBPRINT() Getter for THUMBPRINT, with configurable default
ASK_THUMBPRINT() Getter for THUMBPRINT w/ exceptions if field has no value
HAS_THUMBPRINT() Determine if THUMBPRINT has a value

subject

The entity the certificate belongs to.

Accessible with the following methods

Method Description
GET_SUBJECT() Getter for SUBJECT, with configurable default
ASK_SUBJECT() Getter for SUBJECT w/ exceptions if field has no value
HAS_SUBJECT() Determine if SUBJECT has a value

issuer

The entity that issued the certificate.

Accessible with the following methods

Method Description
GET_ISSUER() Getter for ISSUER, with configurable default
ASK_ISSUER() Getter for ISSUER w/ exceptions if field has no value
HAS_ISSUER() Determine if ISSUER has a value

notValidBefore

The certificate is not valid before this date.

Accessible with the following methods

Method Description
GET_NOTVALIDBEFORE() Getter for NOTVALIDBEFORE, with configurable default
ASK_NOTVALIDBEFORE() Getter for NOTVALIDBEFORE w/ exceptions if field has no valu
HAS_NOTVALIDBEFORE() Determine if NOTVALIDBEFORE has a value

notValidAfter

The certificate is not valid after this date.

Accessible with the following methods

Method Description
GET_NOTVALIDAFTER() Getter for NOTVALIDAFTER, with configurable default
ASK_NOTVALIDAFTER() Getter for NOTVALIDAFTER w/ exceptions if field has no value
HAS_NOTVALIDAFTER() Determine if NOTVALIDAFTER has a value

body

The body of the certificate.

Accessible with the following methods

Method Description
GET_BODY() Getter for BODY, with configurable default
ASK_BODY() Getter for BODY w/ exceptions if field has no value
HAS_BODY() Determine if BODY has a value