Class PGPNoPrivateKeyTest

  • All Implemented Interfaces:
    org.bouncycastle.util.test.Test

    public class PGPNoPrivateKeyTest
    extends org.bouncycastle.util.test.SimpleTest
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      static void main​(java.lang.String[] args)  
      void performTest()  
      • Methods inherited from class org.bouncycastle.util.test.SimpleTest

        areEqual, areEqual, areEqual, fail, fail, fail, isEquals, isEquals, isEquals, isEquals, isEquals, isEquals, isTrue, isTrue, perform, runTest, runTest, runTests, runTests
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PGPNoPrivateKeyTest

        public PGPNoPrivateKeyTest()
    • Method Detail

      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class org.bouncycastle.util.test.SimpleTest
        Throws:
        java.lang.Exception
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.bouncycastle.util.test.Test
        Specified by:
        getName in class org.bouncycastle.util.test.SimpleTest
      • main

        public static void main​(java.lang.String[] args)