object Codecs
- Alphabetic
- By Inheritance
- Codecs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hexStringToByte(hexString: String): Array[Byte]
Transform an hexadecimal String to a byte array.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
md5(text: String): String
Computes the MD5 digest for a String.
Computes the MD5 digest for a String.
- text
the data to hash
- returns
the MD5 digest, encoded as a hex string
-
def
md5(bytes: Array[Byte]): String
Computes the MD5 digest for a byte array.
Computes the MD5 digest for a byte array.
- bytes
the data to hash
- returns
the MD5 digest, encoded as a hex string
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
sha1(text: String): String
Compute the SHA-1 digest for a
String
.Compute the SHA-1 digest for a
String
.- text
the text to hash
- returns
the SHA-1 digest, encoded as a hex string
-
def
sha1(bytes: Array[Byte]): String
Computes the SHA-1 digest for a byte array.
Computes the SHA-1 digest for a byte array.
- bytes
the data to hash
- returns
the SHA-1 digest, encoded as a hex string
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toHex(array: Array[Byte]): Array[Char]
Converts a byte array into an array of characters that denotes a hexadecimal representation.
-
def
toHexString(array: Array[Byte]): String
Converts a byte array into a
String
that denotes a hexadecimal representation. -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()