PrivateKeyInputMutableBuilder

@inline final class PrivateKeyInputMutableBuilder[Self <: PrivateKeyInput](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setFormat(value: KeyFormat): Self
@inline
@inline
def setKey(value: String | Buffer): Self
@inline
def setPassphrase(value: String | Buffer): Self
@inline
@inline
def setType(value: pkcs1 | pkcs8 | sec1): Self
@inline
def setTypeUndefined: Self

Concrete fields

val x: Self