/AWS1/CL_PCYTRUSTEDCERTPUBKEY¶
Parameter information for trusted public key certificate import.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_keyattributes
TYPE REF TO /AWS1/CL_PCYKEYATTRIBUTES
/AWS1/CL_PCYKEYATTRIBUTES
¶
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
iv_publickeycertificate
TYPE /AWS1/PCYCERTIFICATETYPE
/AWS1/PCYCERTIFICATETYPE
¶
Parameter information for trusted public key certificate import.
iv_certauthoritypublickeyid
TYPE /AWS1/PCYKEYARNORKEYALIASTYPE
/AWS1/PCYKEYARNORKEYALIASTYPE
¶
The
KeyARN
of the root public key certificate or certificate chain that signs the trusted public key certificate import.
Queryable Attributes¶
KeyAttributes¶
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEYATTRIBUTES() |
Getter for KEYATTRIBUTES |
PublicKeyCertificate¶
Parameter information for trusted public key certificate import.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PUBLICKEYCERTIFICATE() |
Getter for PUBLICKEYCERTIFICATE, with configurable default |
ASK_PUBLICKEYCERTIFICATE() |
Getter for PUBLICKEYCERTIFICATE w/ exceptions if field has n |
HAS_PUBLICKEYCERTIFICATE() |
Determine if PUBLICKEYCERTIFICATE has a value |
CertificateAuthorityPublicKeyIdentifier¶
The
KeyARN
of the root public key certificate or certificate chain that signs the trusted public key certificate import.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CERTAUTHORITYPUBLICKEYID() |
Getter for CERTAUTHORITYPUBLICKEYID, with configurable defau |
ASK_CERTAUTHORITYPUBLICKEYID() |
Getter for CERTAUTHORITYPUBLICKEYID w/ exceptions if field h |
HAS_CERTAUTHORITYPUBLICKEYID() |
Determine if CERTAUTHORITYPUBLICKEYID has a value |