PublicKeyInputMutableBuilder

@inline final class PublicKeyInputMutableBuilder[Self <: PublicKeyInput](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 setType(value: pkcs1 | spki): Self
@inline
def setTypeUndefined: Self

Concrete fields

val x: Self