Package net.sf.michaelo.tomcat.asn1
Class OtherNameAsn1ParserTest
- java.lang.Object
- 
- net.sf.michaelo.tomcat.asn1.OtherNameAsn1ParserTest
 
- 
 public class OtherNameAsn1ParserTest extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description OtherNameAsn1ParserTest()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
testEmptyUtf8Stringpublic void testEmptyUtf8String() 
 - 
testNotStartingUtf8Stringpublic void testNotStartingUtf8String() 
 - 
testTwoByteLengthUtf8Stringpublic void testTwoByteLengthUtf8String() 
 - 
testEmptyOtherNamepublic void testEmptyOtherName() 
 - 
testNotStartingSequencepublic void testNotStartingSequence() 
 - 
testNullLengthpublic void testNullLength() 
 - 
testIndefiniteLengthpublic void testIndefiniteLength() 
 - 
testMoreThanTwoByteLengthpublic void testMoreThanTwoByteLength() 
 - 
testTwoByteLength1public void testTwoByteLength1() 
 - 
testTwoByteLength2public void testTwoByteLength2() 
 - 
testHalfByteLengthpublic void testHalfByteLength() 
 - 
testThreeByteLength1public void testThreeByteLength1() 
 - 
testThreeByteLength2public void testThreeByteLength2() 
 - 
testParseZeroLengthSequencepublic void testParseZeroLengthSequence() 
 - 
testParseZeroLengthOidpublic void testParseZeroLengthOid() 
 - 
testParseNotStartingOidpublic void testParseNotStartingOid() 
 - 
testParseInvalidOidLengthpublic void testParseInvalidOidLength() 
 - 
testParseTruncatedOidLengthpublic void testParseTruncatedOidLength() 
 - 
testParseNoValuepublic void testParseNoValue() 
 - 
testParseUniversalTagValuepublic void testParseUniversalTagValue() 
 - 
testParseContextSpecificTagValuepublic void testParseContextSpecificTagValue() 
 - 
testParseWrongTagNumberInValuepublic void testParseWrongTagNumberInValue() 
 - 
testParseInvalidConstructedValue1public void testParseInvalidConstructedValue1() 
 - 
testParseInvalidConstructedValue2public void testParseInvalidConstructedValue2() 
 - 
testParseInvalidConstructedValue3public void testParseInvalidConstructedValue3() 
 - 
testParseInvalidConstructedValue4public void testParseInvalidConstructedValue4() throws Exception- Throws:
- Exception
 
 - 
testParseInvalidConstructedValue5public void testParseInvalidConstructedValue5() 
 - 
testParseConstructedTagValueJDK6776681public void testParseConstructedTagValueJDK6776681() throws Exception- Throws:
- Exception
 
 - 
testParseContextSpecificTagValueJDK6776681public void testParseContextSpecificTagValueJDK6776681() throws Exception- Throws:
- Exception
 
 - 
testParseWrongTagNumberValueJDK6776681public void testParseWrongTagNumberValueJDK6776681() throws Exception- Throws:
- Exception
 
 - 
testParseInvalidConstructedValueJDK6776681public void testParseInvalidConstructedValueJDK6776681() 
 - 
testParseOtherNameJDK6776681public void testParseOtherNameJDK6776681() throws Exception- Throws:
- Exception
 
 - 
testParseOtherNameLongSequencepublic void testParseOtherNameLongSequence() throws Exception- Throws:
- Exception
 
 
- 
 
-