Bouncy Castle Cryptography Library 1.32 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.digests.LongDigest
org.bouncycastle.crypto.digests.SHA512Digest
public class SHA512Digest
extends LongDigest
block word digest SHA-1 512 32 160 SHA-256 512 32 256 SHA-384 1024 64 384 SHA-512 1024 64 512
Field Summary |
Fields inherited from class org.bouncycastle.crypto.digests.LongDigest | |
H1 , H2 , H3 , H4 , H5 , H6 , H7 , H8 |
Constructor Summary | |
| |
|
Method Summary | |
int |
|
String | |
int | |
void |
|
Methods inherited from class org.bouncycastle.crypto.digests.LongDigest | |
finish , getByteLength , processBlock , processLength , processWord , reset , unpackWord , update , update |
public SHA512Digest()
Standard constructor
public SHA512Digest(SHA512Digest t)
Copy constructor. This will copy the state of the provided message digest.