pt.kcry.sha

Sha2_512

class Sha2_512 extends Sha2_64bit

Linear Supertypes
Sha2_64bit, BlockedHash[Array[Long]], Hash, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sha2_512
  2. Sha2_64bit
  3. BlockedHash
  4. Hash
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sha2_512()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val H: Array[Long]

    Attributes
    protected
    Definition Classes
    Sha2_512Sha2_64bit
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val block: Array[Byte]

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finish(hashed: Array[Byte], off: Int): Unit

    Definition Classes
    Sha2_64bitHash
  13. final def finish(hashed: Array[Byte], off: Int, len: Int): Unit

    Definition Classes
    BlockedHash → Hash
  14. def finishBlock(block: Array[Byte], off: Int): Unit

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. val len: Int

    Attributes
    protected
    Definition Classes
    Sha2_512Sha2_64bit
  19. var messageLen: Int

    Attributes
    protected
    Definition Classes
    BlockedHash
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  23. def padding_32bit(messageLen: Int): Array[Byte]

    Attributes
    protected
    Definition Classes
    BlockedHash
  24. def padding_64bit(messageLen: Int): Array[Byte]

    Attributes
    protected
    Definition Classes
    BlockedHash
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def update(bytes: Array[Byte], off: Int, len: Int): Unit

    Definition Classes
    BlockedHash → Hash
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val words: Array[Long]

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Sha2_64bit

Inherited from BlockedHash[Array[Long]]

Inherited from Hash

Inherited from AnyRef

Inherited from Any

Ungrouped