org.bouncycastle.crypto.test

Class SHA512DigestTest

Implemented Interfaces:
Test

public class SHA512DigestTest
extends java.lang.Object
implements Test

standard vector test for SHA-512 from FIPS Draft 180-2. Note, the first two vectors are _not_ from the draft, the last three are.

Method Summary

String
getName()
static void
main(String[] args)
TestResult
perform()

Method Details

getName

public String getName()
Specified by:
getName in interface Test


main

public static void main(String[] args)


perform

public TestResult perform()
Specified by:
perform in interface Test