AsymmetricKeyDetails

sealed external interface AsymmetricKeyDetails(source)

Properties

Link copied to clipboard
abstract var divisorLength: Double?

Size of q in bits (DSA).

Link copied to clipboard
abstract var hashAlgorithm: String?

Name of the message digest (RSA-PSS).

Link copied to clipboard
abstract var mgf1HashAlgorithm: String?

Name of the message digest used by MGF1 (RSA-PSS).

Link copied to clipboard
abstract var modulusLength: Double?

Key size in bits (RSA, DSA).

Link copied to clipboard
abstract var namedCurve: String?

Name of the curve (EC).

Link copied to clipboard
abstract var publicExponent: BigInt?

Public exponent (RSA).

Link copied to clipboard
abstract var saltLength: Double?

Minimal salt length in bytes (RSA-PSS).