Class JcaOpenPGPV6KeyGenerator

    • Constructor Detail

      • JcaOpenPGPV6KeyGenerator

        public JcaOpenPGPV6KeyGenerator​(java.security.Provider provider)
                                 throws PGPException
        Throws:
        PGPException
      • JcaOpenPGPV6KeyGenerator

        public JcaOpenPGPV6KeyGenerator​(java.util.Date creationTime,
                                        java.security.Provider provider)
                                 throws PGPException
        Throws:
        PGPException
      • JcaOpenPGPV6KeyGenerator

        public JcaOpenPGPV6KeyGenerator​(int signatureHashAlgorithm,
                                        java.security.Provider provider)
                                 throws PGPException
        Throws:
        PGPException
      • JcaOpenPGPV6KeyGenerator

        public JcaOpenPGPV6KeyGenerator​(int signatureHashAlgorithm,
                                        java.util.Date creationTime,
                                        boolean aeadProtection,
                                        java.security.Provider provider)
                                 throws PGPException
        Create a new OpenPGP key generator for v6 keys.
        Parameters:
        signatureHashAlgorithm - ID of the hash algorithm used for signatures on the key
        creationTime - creation time of the key and signatures
        Throws:
        PGPException