Class BcPGPKeyPair

    • Constructor Summary

      Constructors 
      Constructor Description
      BcPGPKeyPair​(int version, int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)  
      BcPGPKeyPair​(int version, int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)  
      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)  
    • Constructor Detail

      • BcPGPKeyPair

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

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