Class JcaOpenPGPKeyGenerator


public class JcaOpenPGPKeyGenerator extends OpenPGPKeyGenerator
JCA/JCE implementation of the OpenPGPKeyGenerator.
  • Constructor Details

    • JcaOpenPGPKeyGenerator

      public JcaOpenPGPKeyGenerator(int version, Provider provider) throws PGPException
      Throws:
      PGPException
    • JcaOpenPGPKeyGenerator

      public JcaOpenPGPKeyGenerator(int version, Date creationTime, Provider provider) throws PGPException
      Throws:
      PGPException
    • JcaOpenPGPKeyGenerator

      public JcaOpenPGPKeyGenerator(int version, Date creationTime, boolean aeadProtection, Provider provider) throws PGPException
      Create a new OpenPGP key generator for v6 keys.
      Parameters:
      creationTime - creation time of the key and signatures
      Throws:
      PGPException