Package net.sf.michaelo.tomcat.asn1
Class OtherNameAsn1ParserTest
- java.lang.Object
-
- net.sf.michaelo.tomcat.asn1.OtherNameAsn1ParserTest
-
public class OtherNameAsn1ParserTest extends Object
-
-
Constructor Summary
Constructors Constructor Description OtherNameAsn1ParserTest()
-
Method Summary
-
-
-
Method Detail
-
testEmptyUtf8String
public void testEmptyUtf8String()
-
testNotStartingUtf8String
public void testNotStartingUtf8String()
-
testTwoByteLengthUtf8String
public void testTwoByteLengthUtf8String()
-
testEmptyOtherName
public void testEmptyOtherName()
-
testNotStartingSequence
public void testNotStartingSequence()
-
testNullLength
public void testNullLength()
-
testIndefiniteLength
public void testIndefiniteLength()
-
testMoreThanTwoByteLength
public void testMoreThanTwoByteLength()
-
testTwoByteLength1
public void testTwoByteLength1()
-
testTwoByteLength2
public void testTwoByteLength2()
-
testHalfByteLength
public void testHalfByteLength()
-
testThreeByteLength1
public void testThreeByteLength1()
-
testThreeByteLength2
public void testThreeByteLength2()
-
testParseZeroLengthSequence
public void testParseZeroLengthSequence()
-
testParseZeroLengthOid
public void testParseZeroLengthOid()
-
testParseNotStartingOid
public void testParseNotStartingOid()
-
testParseInvalidOidLength
public void testParseInvalidOidLength()
-
testParseTruncatedOidLength
public void testParseTruncatedOidLength()
-
testParseNoValue
public void testParseNoValue()
-
testParseUniversalTagValue
public void testParseUniversalTagValue()
-
testParseContextSpecificTagValue
public void testParseContextSpecificTagValue()
-
testParseWrongTagNumberInValue
public void testParseWrongTagNumberInValue()
-
testParseInvalidConstructedValue1
public void testParseInvalidConstructedValue1()
-
testParseInvalidConstructedValue2
public void testParseInvalidConstructedValue2()
-
testParseInvalidConstructedValue3
public void testParseInvalidConstructedValue3()
-
testParseInvalidConstructedValue4
public void testParseInvalidConstructedValue4() throws Exception
- Throws:
Exception
-
testParseInvalidConstructedValue5
public void testParseInvalidConstructedValue5()
-
testParseConstructedTagValueJDK6776681
public void testParseConstructedTagValueJDK6776681() throws Exception
- Throws:
Exception
-
testParseContextSpecificTagValueJDK6776681
public void testParseContextSpecificTagValueJDK6776681() throws Exception
- Throws:
Exception
-
testParseWrongTagNumberValueJDK6776681
public void testParseWrongTagNumberValueJDK6776681() throws Exception
- Throws:
Exception
-
testParseInvalidConstructedValueJDK6776681
public void testParseInvalidConstructedValueJDK6776681()
-
testParseOtherNameJDK6776681
public void testParseOtherNameJDK6776681() throws Exception
- Throws:
Exception
-
testParseOtherNameLongSequence
public void testParseOtherNameLongSequence() throws Exception
- Throws:
Exception
-
-