Cipher

@JSImport("crypto", "Cipher") @native @JSType class Cipher() extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def `final`(): Buffer
def `final`(output_encoding: BufferEncoding): String
def setAutoPadding(auto_padding: Boolean): Cipher
def update(data: ArrayBufferView, input_encoding: Unit, output_encoding: Encoding): String
def update(data: BinaryLike): Buffer
def update(data: String, input_encoding: Encoding): Buffer
def update(data: String, input_encoding: Encoding, output_encoding: Encoding): String
def update(data: String, input_encoding: Unit, output_encoding: Encoding): String

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