X509AttributeFilter

Types

Link copied to clipboard

Filter by extended key usage.

Link copied to clipboard

Filter by key algorithm.

Link copied to clipboard
data class KeyUsage(val value: KeyUsageName) : X509AttributeFilter

Filter by key usage.

Link copied to clipboard

Filter by certificate expiration date. The start date is inclusive.

Link copied to clipboard

Filter by certificate validity start date. The start date is inclusive.

Link copied to clipboard
Link copied to clipboard
data class SerialNumber(val value: String) : X509AttributeFilter

Filter by serial number.

Link copied to clipboard
data class Subject(val value: SubjectFilter) : X509AttributeFilter

Filter by certificate subject.

Link copied to clipboard

Filter by subject alternative names.

Functions

Link copied to clipboard

Casts this X509AttributeFilter as a KeyAlgorithm and retrieves its aws.sdk.kotlin.services.acm.model.KeyAlgorithm value. Throws an exception if the X509AttributeFilter is not a KeyAlgorithm.

Link copied to clipboard
Link copied to clipboard

Casts this X509AttributeFilter as a KeyUsage and retrieves its aws.sdk.kotlin.services.acm.model.KeyUsageName value. Throws an exception if the X509AttributeFilter is not a KeyUsage.

Link copied to clipboard
Link copied to clipboard

Casts this X509AttributeFilter as a NotAfter and retrieves its aws.sdk.kotlin.services.acm.model.TimestampRange value. Throws an exception if the X509AttributeFilter is not a NotAfter.

Link copied to clipboard
Link copied to clipboard

Casts this X509AttributeFilter as a NotBefore and retrieves its aws.sdk.kotlin.services.acm.model.TimestampRange value. Throws an exception if the X509AttributeFilter is not a NotBefore.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Casts this X509AttributeFilter as a Subject and retrieves its aws.sdk.kotlin.services.acm.model.SubjectFilter value. Throws an exception if the X509AttributeFilter is not a Subject.

Link copied to clipboard