Package org.bouncycastle.asn1.test
Class OctetStringTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.asn1.test.OctetStringTest
-
public class OctetStringTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description OctetStringTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Test
suite()
void
testNestedStructure()
void
testReadingWriting()
void
testReadingWritingNested()
void
testReadingWritingZeroInLength()
-
-
-
Method Detail
-
testReadingWriting
public void testReadingWriting() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testReadingWritingZeroInLength
public void testReadingWritingZeroInLength() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testReadingWritingNested
public void testReadingWritingNested() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNestedStructure
public void testNestedStructure() throws java.lang.Exception
- Throws:
java.lang.Exception
-
suite
public static Test suite()
-
-