X509CertificateData

data class X509CertificateData(val value: String) : SourceData

The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this SourceData as a AcmPcaArn and retrieves its kotlin.String value. Throws an exception if the SourceData is not a AcmPcaArn.

Link copied to clipboard

Casts this SourceData as a AcmPcaArn and retrieves its kotlin.String value. Returns null if the SourceData is not a AcmPcaArn.

Link copied to clipboard

Casts this SourceData as a X509CertificateData and retrieves its kotlin.String value. Throws an exception if the SourceData is not a X509CertificateData.

Link copied to clipboard

Casts this SourceData as a X509CertificateData and retrieves its kotlin.String value. Returns null if the SourceData is not a X509CertificateData.