CertificateExtensionConstraintsKnownExtensionsItem

enum CertificateExtensionConstraintsKnownExtensionsItem : Enum<CertificateExtensionConstraintsKnownExtensionsItem> , ConvertibleToJava<CertificateExtensionConstraintsKnownExtensionsItem>

Entries

Link copied to clipboard

Refers to a certificate's Key Usage extension, as described in RFC 5280 section 4.2.1.3. This corresponds to the KeyUsage.base_key_usage field.

Link copied to clipboard

Refers to a certificate's Extended Key Usage extension, as described in RFC 5280 section 4.2.1.12. This corresponds to the KeyUsage.extended_key_usage message.

Link copied to clipboard

Refers to a certificate's Basic Constraints extension, as described in RFC 5280 section 4.2.1.9. This corresponds to the X509Parameters.ca_options field.

Link copied to clipboard

Refers to a certificate's Policy object identifiers, as described in RFC 5280 section 4.2.1.4. This corresponds to the X509Parameters.policy_ids field.

Link copied to clipboard

Refers to OCSP servers in a certificate's Authority Information Access extension, as described in RFC 5280 section 4.2.2.1, This corresponds to the X509Parameters.aia_ocsp_servers field.

Link copied to clipboard

Refers to Name Constraints extension as described in RFC 5280 section 4.2.1.10

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: CertificateExtensionConstraintsKnownExtensionsItem
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): CertificateExtensionConstraintsKnownExtensionsItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.