RsaHashedKeyAlgorithm

Companion:
class
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use `new RsaHashedKeyAlgorithm { ... } instead", "2.0.0")
def RSA-OAEP(modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm

see ¶21. RSA-OAEP of w3c spec

see ¶21. RSA-OAEP of w3c spec

Deprecated
@deprecated("use `new RsaHashedKeyAlgorithm { ... } instead", "2.0.0")
def RSA-PSS(modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm

see ¶21. RSA-PSS of w3c spec

see ¶21. RSA-PSS of w3c spec

Deprecated
@deprecated("use `new RsaHashedKeyAlgorithm { ... } instead", "2.0.0")
def RSASSA-PKCS1-v1_5(modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm

see ¶20. RSASSA-PKCS1-v1_5 of w3c spec

see ¶20. RSASSA-PKCS1-v1_5 of w3c spec

Deprecated
@deprecated("use `new RsaHashedKeyAlgorithm { ... } instead", "2.0.0") @inline
def apply(name: String, modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm
Deprecated