Des

org.beangle.commons.codec.binary.Des
object Des

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Des.type

Members list

Type members

Classlikes

object CBC

Cipher-Block Chaining ecode and decode utility

Cipher-Block Chaining ecode and decode utility

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CBC.type
class CBCDecoder(key: String, iv: String, padding: String) extends Decoder[Array[Byte], Array[Byte]]

Attributes

Supertypes
trait Decoder[Array[Byte], Array[Byte]]
class Object
trait Matchable
class Any
class CBCEncoder(key: String, iv: String, padding: String) extends Encoder[Array[Byte], Array[Byte]]

Attributes

Supertypes
trait Encoder[Array[Byte], Array[Byte]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def buildKey(key: String): SecretKey