Bouncy Castle Cryptography 1.28

org.bouncycastle.openssl.test
Class ReaderTest

java.lang.Object
  extended by org.bouncycastle.openssl.test.ReaderTest
All Implemented Interfaces:
Test

public class ReaderTest
extends java.lang.Object
implements Test

basic class for reading test.pem - the password is "secret"


Constructor Summary
ReaderTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderTest

public ReaderTest()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Test

perform

public TestResult perform()
Specified by:
perform in interface Test

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Bouncy Castle Cryptography 1.28