SignPrivateKeyInput

@native @JSType trait SignPrivateKeyInput extends StObject with PrivateKeyInput 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 | pkcs8 | sec1]
Inherited from
PrivateKeyInput
var dsaEncoding: UndefOr[DSAEncoding]
Inherited from
SigningOptions
var format: UndefOr[KeyFormat]
Inherited from
PrivateKeyInput
var key: String | Buffer
Inherited from
PrivateKeyInput
var padding: UndefOr[Double]
Inherited from
SigningOptions
var passphrase: UndefOr[String | Buffer]
Inherited from
PrivateKeyInput
var saltLength: UndefOr[Double]
Inherited from
SigningOptions