RsaHashedKeyAlgorithm

@native @JSType trait RsaHashedKeyAlgorithm extends RsaKeyAlgorithm
trait Algorithm
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

Note that section 20.6. RsaHashedKeyAlgorithm dictionary of the W3C documentation uses a KeyAlgorithm here, and not what seems more correct a HashAlgorithmIdentifier.

Note that section 20.6. RsaHashedKeyAlgorithm dictionary of the W3C documentation uses a KeyAlgorithm here, and not what seems more correct a HashAlgorithmIdentifier.

Inherited fields

var modulusLength: Double
Inherited from
RsaKeyAlgorithm
var name: String
Inherited from
Algorithm