RsaHashedKeyAlgorithm

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def RSA-OAEP(modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm

see ¶21. RSA-OAEP of w3c spec

see ¶21. RSA-OAEP of w3c spec

def RSA-PSS(modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm

see ¶21. RSA-PSS of w3c spec

see ¶21. RSA-PSS of w3c spec

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

@inline
def apply(name: String, modulusLength: Long, publicExponent: BigInteger, hash: HashAlgorithmIdentifier): RsaHashedKeyAlgorithm