org.apache.commons.openpgp
Class BouncyCastleOpenPgpStreamingSignerTest

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

public class BouncyCastleOpenPgpStreamingSignerTest
extends Object

Test the open pgp signer.

Author:
Brett Porter

Constructor Summary
BouncyCastleOpenPgpStreamingSignerTest()
           
 
Method Summary
 void setUp()
           
 void testSignDataDetachedAscii()
           
 void testSignDataDetachedBinary()
           
 void testVerifySignatureDetachedAscii()
           
 void testVerifySignatureDetachedBinary()
           
 void testVerifySignatureDetachedBinaryGpg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BouncyCastleOpenPgpStreamingSignerTest

public BouncyCastleOpenPgpStreamingSignerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testSignDataDetachedBinary

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

testVerifySignatureDetachedBinary

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

testVerifySignatureDetachedBinaryGpg

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

testSignDataDetachedAscii

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

testVerifySignatureDetachedAscii

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


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