object Digest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Digest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def digest[A](algorithm: String)(a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def digestOrError[A](algorithm: String)(a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def md2[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def md2OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
- def md5[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def md5OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
-
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[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def sha1OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
- def sha224[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def sha224OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
- def sha256[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def sha256OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
- def sha384[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def sha384OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
-
def
sha3_224[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
This algorithm is available from Java 9 onwards
-
def
sha3_224OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
This algorithm is available from Java 9 onwards
-
def
sha3_256[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
This algorithm is available from Java 9 onwards
-
def
sha3_256OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
This algorithm is available from Java 9 onwards
-
def
sha3_384[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
This algorithm is available from Java 9 onwards
-
def
sha3_384OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
This algorithm is available from Java 9 onwards
-
def
sha3_512[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
This algorithm is available from Java 9 onwards
-
def
sha3_512OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
This algorithm is available from Java 9 onwards
- def sha512[A](a: A)(implicit arg0: SafeDigestible[A]): ByteArray
- def sha512OrError[A](a: A)(implicit arg0: UnsafeDigestible[A]): Either[IOException, ByteArray]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )