org.bouncycastle.jce.provider.test

Class DoFinalTest

Implemented Interfaces:
Test

public class DoFinalTest
extends java.lang.Object
implements Test

check that doFinal is properly reseting the cipher.

Constructor Summary

DoFinalTest()

Method Summary

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

Constructor Details

DoFinalTest

public DoFinalTest()

Method Details

checkCipher

public TestResult checkCipher(String cipherName)


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