Properties

Link copied to clipboard
var bits: Int

The bit size of the generated key. If not specified, defaults to 3072 bits.

Link copied to clipboard
open var digests: Set<Digest>

The digests supported by the key. If not specified, defaults to SHA256.

Link copied to clipboard

The paddings supported by the key. If not specified, defaults to RSA-PSS.

Link copied to clipboard
var publicExponent: BigInteger

The public exponent to use. Defaults to F4. This is treated as advisory, and may be ignored by some platforms.