gnu.crypto.hash
Class Sha256
- Cloneable, IMessageDigest
Version:
Sha256() - Trivial 0-arguments constructor.
|
static int[] | G(int hh0, int hh1, int hh2, int hh3, int hh4, int hh5, int hh6, int hh7, byte[] in, int offset)
|
Object | clone()
|
protected byte[] | getResult()
|
protected byte[] | padBuffer()
|
protected void | resetContext()
|
boolean | selfTest()
|
protected void | transform(byte[] in, int offset)
|
blockSize , clone , digest , getResult , hashSize , name , padBuffer , reset , resetContext , selfTest , transform , update , update |
Sha256
public Sha256()
Trivial 0-arguments constructor.
G
public static final int[] G(int hh0,
int hh1,
int hh2,
int hh3,
int hh4,
int hh5,
int hh6,
int hh7,
byte[] in,
int offset)
getResult
protected byte[] getResult()
- getResult in interface BaseHash
padBuffer
protected byte[] padBuffer()
- padBuffer in interface BaseHash
resetContext
protected void resetContext()
- resetContext in interface BaseHash
transform
protected void transform(byte[] in,
int offset)
- transform in interface BaseHash
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.