| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.digests.GeneralDigestorg.bouncycastle.crypto.digests.SHA256Digestpublic class SHA256Digestextends GeneralDigest
block word digest
SHA-1 512 32 160
SHA-256 512 32 256
SHA-384 1024 64 384
SHA-512 1024 64 512
Constructor Summary | |
| |
| |
Method Summary | |
int |
|
String | |
int | |
protected void | |
protected void |
|
protected void |
|
void |
|
Methods inherited from class org.bouncycastle.crypto.digests.GeneralDigest | |
finish, getByteLength, processBlock, processLength, processWord, reset, update, update | |
public SHA256Digest()
Standard constructor
public SHA256Digest(SHA256Digest t)
Copy constructor. This will copy the state of the provided message digest.
protected void processLength(long bitLength)
- Overrides:
- processLength in interface GeneralDigest
protected void processWord(byte[] in,
int inOff)
- Overrides:
- processWord in interface GeneralDigest