DsRecordAlgorithm

enum DsRecordAlgorithm : Enum<DsRecordAlgorithm> , ConvertibleToJava<DsRecordAlgorithm>

The algorithm used to generate the referenced DNSKEY.

Entries

Link copied to clipboard

The algorithm is unspecified.

Link copied to clipboard

RSA/MD5. Cannot be used for new deployments.

Link copied to clipboard

Diffie-Hellman. Cannot be used for new deployments.

Link copied to clipboard

DSA/SHA1. Not recommended for new deployments.

Link copied to clipboard

ECC. Not recommended for new deployments.

Link copied to clipboard

RSA/SHA-1. Not recommended for new deployments.

Link copied to clipboard

DSA-NSEC3-SHA1. Not recommended for new deployments.

Link copied to clipboard

RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.

Link copied to clipboard

RSA/SHA-256.

Link copied to clipboard

RSA/SHA-512.

Link copied to clipboard

GOST R 34.10-2001.

Link copied to clipboard

ECDSA Curve P-256 with SHA-256.

Link copied to clipboard

ECDSA Curve P-384 with SHA-384.

Link copied to clipboard

Ed25519.

Link copied to clipboard

Ed448.

Link copied to clipboard

Reserved for Indirect Keys. Cannot be used for new deployments.

Link copied to clipboard

Private algorithm. Cannot be used for new deployments.

Link copied to clipboard

Private algorithm OID. Cannot be used for new deployments.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): DsRecordAlgorithm
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.

Properties

Link copied to clipboard
val javaValue: DsRecordAlgorithm
Link copied to clipboard
Link copied to clipboard