PkixPublicKeySignatureAlgorithm

enum PkixPublicKeySignatureAlgorithm : Enum<PkixPublicKeySignatureAlgorithm> , ConvertibleToJava<PkixPublicKeySignatureAlgorithm>

The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in public_key_pem (i.e. this algorithm must match that of the public key).

Entries

Link copied to clipboard
Link copied to clipboard

RSASSA-PSS 2048 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 2048 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 3072 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 3072 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 4096 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 4096 bit key with a SHA256 digest.

Link copied to clipboard

RSASSA-PSS 4096 bit key with a SHA512 digest.

Link copied to clipboard

RSASSA-PSS 4096 bit key with a SHA512 digest.

Link copied to clipboard

RSASSA-PKCS1-v1_5 with a 2048 bit key and a SHA256 digest.

Link copied to clipboard

RSASSA-PKCS1-v1_5 with a 3072 bit key and a SHA256 digest.

Link copied to clipboard

RSASSA-PKCS1-v1_5 with a 4096 bit key and a SHA256 digest.

Link copied to clipboard

RSASSA-PKCS1-v1_5 with a 4096 bit key and a SHA512 digest.

Link copied to clipboard

ECDSA on the NIST P-256 curve with a SHA256 digest.

Link copied to clipboard

ECDSA on the NIST P-256 curve with a SHA256 digest.

Link copied to clipboard

ECDSA on the NIST P-384 curve with a SHA384 digest.

Link copied to clipboard

ECDSA on the NIST P-384 curve with a SHA384 digest.

Link copied to clipboard

ECDSA on the NIST P-521 curve with a SHA512 digest.

Link copied to clipboard

ECDSA on the NIST P-521 curve with a SHA512 digest.

Types

Link copied to clipboard
object Companion

Functions

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