Class BcPGPKeyPair

    • Constructor Summary

      Constructors 
      Constructor Description
      BcPGPKeyPair​(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)  
      BcPGPKeyPair​(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BcPGPKeyPair

        public BcPGPKeyPair​(int algorithm,
                            org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
                            java.util.Date date)
                     throws PGPException
        Throws:
        PGPException