CertificateParameters
CSC-API v2.0.0.2 JsonObject which is part of CredentialInfo
Constructors
Properties
REQUIRED-CONDITIONAL. One or more Base64-encoded X.509v3 certificates from the certificate chain. If CredentialInfoRequest.certificates is CertificateOptions.CHAIN, the entire certificate chain SHALL be returned with the end entity certificate at the beginning of the array. If CredentialInfoRequest.certificates is CertificateOptions.SINGLE, only the end entity certificate SHALL be returned. If CredentialInfoRequest.certificates is CertificateOptions.NONE, this value SHALL NOT be returned.
REQUIRED-CONDITIONAL. The Issuer Distinguished Name from the X.509v3 end entity certificate as UTF-8-encoded character string according to RFC 4514. This value SHALL be returned when CredentialInfoRequest.certInfo is Boolean.true.
REQUIRED-CONDITIONAL. The Serial Number from the X.509v3 end entity certificate represented as hex-encoded string format. This value SHALL be returned when CredentialInfoRequest.certInfo is Boolean.true.
OPTIONAL. The status of validity of the end entity certificate.
REQUIRED-CONDITIONAL. The Subject Distinguished Name from the X.509v3 end entity certificate as UTF-8-encoded character string, according to RFC 4514 4. This value SHALL be returned when CredentialInfoRequest.certInfo is Boolean.true..
REQUIRED-CONDITIONAL. The validity start date from the X.509v3 end entity certificate as character string, encoded as GeneralizedTime (RFC 5280 8) (e.g. “YYYYMMDDHHMMSSZ”). This value SHALL be returned when CredentialInfoRequest.certInfo is Boolean.true..
REQUIRED-CONDITIONAL. The validity end date from the X.509v3 end entity certificate as character string, encoded as GeneralizedTime (RFC 5280 8) (e.g. “YYYYMMDDHHMMSSZ”). This value SHALL be returned when CredentialInfoRequest.certInfo is Boolean.true..