org.apache.commons.openpgp
Class BouncyCastleKeyRingTest

java.lang.Object
  extended by org.apache.commons.openpgp.BouncyCastleKeyRingTest

public class BouncyCastleKeyRingTest
extends Object

Test the open pgp key ring.

Author:
Brett Porter

Constructor Summary
BouncyCastleKeyRingTest()
           
 
Method Summary
 void setUp()
           
 void testPublicKeys()
           
 void testSecretKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BouncyCastleKeyRingTest

public BouncyCastleKeyRingTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testPublicKeys

public void testPublicKeys()
                    throws OpenPgpException,
                           IOException
Throws:
OpenPgpException
IOException

testSecretKeys

public void testSecretKeys()
                    throws OpenPgpException,
                           IOException
Throws:
OpenPgpException
IOException


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.