Class PK11KeyPairGenerator

java.lang.Object
org.mozilla.jss.crypto.KeyPairGeneratorSpi
org.mozilla.jss.pkcs11.PK11KeyPairGenerator

public final class PK11KeyPairGenerator extends KeyPairGeneratorSpi
A Key Pair Generator implemented using PKCS #11.
See Also:
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • PQG1024

      public static final PQGParams PQG1024
      Pre-cooked PQG values for 1024-bit keypairs, along with the seed, counter, and H values needed to verify them.
    • PQG768

      public static final PQGParams PQG768
      Pre-cooked PQG values for 768-bit keypairs, along with the seed, counter, and H values needed to verify them.
    • PQG512

      public static final PQGParams PQG512
      Pre-cooked PQG values for 512-bit keypairs, along with the seed, counter, and H values needed to verify them.
  • Constructor Details

  • Method Details