org.bouncycastle.jce.provider.test

Class PBETest

Implemented Interfaces:
Test

public class PBETest
extends java.lang.Object
implements Test

test out the various PBE modes, making sure the JCE implementations are compatible woth the light weight ones.

Method Summary

String
getName()
static void
main(String[] args)
TestResult
perform()
TestResult
testPBEHMac(String hmacName, byte[] output)

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


testPBEHMac

public TestResult testPBEHMac(String hmacName,
                              byte[] output)