CryptoBuffer

io.github.edadma.nodejs.CryptoBuffer
trait CryptoBuffer extends Buffer

Enhanced Buffer type for crypto operations

Attributes

Graph
Supertypes
class Buffer
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(index: Int): Int
def update(index: Int, value: Int): Unit

Inherited methods

def byteLength: Int

Attributes

Inherited from:
Buffer
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def length: Int

Attributes

Inherited from:
Buffer
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def toString(encoding: String): String

Attributes

Inherited from:
Buffer
def valueOf(): Any

Attributes

Inherited from:
Object