VerifyPublicKeyInput

@native @JSType trait VerifyPublicKeyInput extends StObject with PublicKeyInput with SigningOptions
Companion
object
trait StObject
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

Inherited fields

var `type`: UndefOr[pkcs1 | spki]
Inherited from
PublicKeyInput
var dsaEncoding: UndefOr[DSAEncoding]
Inherited from
SigningOptions
var format: UndefOr[KeyFormat]
Inherited from
PublicKeyInput
var key: String | Buffer
Inherited from
PublicKeyInput
var padding: UndefOr[Double]
Inherited from
SigningOptions
var saltLength: UndefOr[Double]
Inherited from
SigningOptions