public class

PBETest

extends SimpleTest
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
     ↳ org.bouncycastle.jce.provider.test.PBETest

Class Overview

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

Summary

Public Constructors
PBETest()
Public Methods
String getName()
static void main(String[] args)
void performTest()
void testPBEHMac(String hmacName, byte[] output)
[Expand]
Inherited Methods
From class org.bouncycastle.util.test.SimpleTest
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public PBETest ()

Public Methods

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception

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