org.bouncycastle.util.encoders.test

Class EncoderTest

Implemented Interfaces:
Test

public class EncoderTest
extends java.lang.Object
implements Test

Field Summary

static boolean
DEBUG

Method Summary

String
getName()
static void
log(Exception _ex)
static void
log(String _msg)
static void
main(String[] _args)
TestResult
perform()
TestResult
testBase64()
TestResult
testHex()

Field Details

DEBUG

public static final boolean DEBUG

Field Value:
true

Method Details

getName

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


log

public static void log(Exception _ex)


log

public static void log(String _msg)


main

public static void main(String[] _args)


perform

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


testBase64

public TestResult testBase64()


testHex

public TestResult testHex()