org.bouncycastle.util.encoders.test

Class AbstractCoderTest

Known Direct Subclasses:
Base64Test, HexTest, UrlBase64Test

public abstract class AbstractCoderTest
extends TestCase

Field Summary

protected Encoder
enc

Method Summary

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

Field Details

enc

protected Encoder enc

Method Details

isEncodedChar

protected boolean isEncodedChar(char c)


paddingChar

protected char paddingChar()


setUp

protected void setUp()


testEncode

public void testEncode()
            throws IOException