org.bouncycastle.util.encoders.test

Class Base64Test


public class Base64Test
extends AbstractCoderTest

Field Summary

Fields inherited from class org.bouncycastle.util.encoders.test.AbstractCoderTest

enc

Constructor Summary

Base64Test(String name)

Method Summary

protected boolean
isEncodedChar(char c)
protected char
paddingChar()
protected void
setUp()

Methods inherited from class org.bouncycastle.util.encoders.test.AbstractCoderTest

isEncodedChar, paddingChar, setUp, testEncode

Constructor Details

Base64Test

public Base64Test(String name)

Method Details

isEncodedChar

protected boolean isEncodedChar(char c)
Overrides:
isEncodedChar in interface AbstractCoderTest


paddingChar

protected char paddingChar()
Overrides:
paddingChar in interface AbstractCoderTest


setUp

protected void setUp()
Overrides:
setUp in interface AbstractCoderTest