Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open override val id: CryptographyAlgorithmId<RSA.OAEP>

Functions

Link copied to clipboard
abstract fun keyPairGenerator(    keySize: BinarySize = 4096.bits,     digest: CryptographyAlgorithmId<Digest> = SHA512,     publicExponent: BigInt = 65537.toBigInt()): KeyGenerator<RSA.OAEP.KeyPair>