Bouncy Castle Cryptography Library 1.45

org.bouncycastle.sasn1.test
Class Asn1SequenceTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.sasn1.test.Asn1SequenceTest

Deprecated. obsolete test case

public class Asn1SequenceTest
extends TestCase


Constructor Summary
Asn1SequenceTest()
          Deprecated.  
 
Method Summary
static Test suite()
          Deprecated.  
 void testBerExplicitTaggedSequenceWriting()
          Deprecated.  
 void testBerReading()
          Deprecated.  
 void testBerWriting()
          Deprecated.  
 void testDerExplicitTaggedSequenceWriting()
          Deprecated.  
 void testDerImplicitTaggedSequenceWriting()
          Deprecated.  
 void testDerReading()
          Deprecated.  
 void testDerWriting()
          Deprecated.  
 void testNestedBerDerReading()
          Deprecated.  
 void testNestedBerDerWriting()
          Deprecated.  
 void testNestedBerReading()
          Deprecated.  
 void testNestedBerWriting()
          Deprecated.  
 void testNestedDerReading()
          Deprecated.  
 void testNestedDerWriting()
          Deprecated.  
 void testNestedExplicitTagDerWriting()
          Deprecated.  
 void testNestedImplicitTagDerWriting()
          Deprecated.  
 void testNestedReading(byte[] data)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asn1SequenceTest

public Asn1SequenceTest()
Deprecated. 
Method Detail

testDerWriting

public void testDerWriting()
                    throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedDerWriting

public void testNestedDerWriting()
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDerExplicitTaggedSequenceWriting

public void testDerExplicitTaggedSequenceWriting()
                                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDerImplicitTaggedSequenceWriting

public void testDerImplicitTaggedSequenceWriting()
                                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedExplicitTagDerWriting

public void testNestedExplicitTagDerWriting()
                                     throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedImplicitTagDerWriting

public void testNestedImplicitTagDerWriting()
                                     throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testBerWriting

public void testBerWriting()
                    throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedBerDerWriting

public void testNestedBerDerWriting()
                             throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedBerWriting

public void testNestedBerWriting()
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testDerReading

public void testDerReading()
                    throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedReading

public void testNestedReading(byte[] data)
                       throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedDerReading

public void testNestedDerReading()
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testBerReading

public void testBerReading()
                    throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedBerDerReading

public void testNestedBerDerReading()
                             throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNestedBerReading

public void testNestedBerReading()
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testBerExplicitTaggedSequenceWriting

public void testBerExplicitTaggedSequenceWriting()
                                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

suite

public static Test suite()
Deprecated. 

Bouncy Castle Cryptography Library 1.45