Uses of Class
org.mozilla.jss.crypto.PQGParams
Packages that use PQGParams
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of PQGParams in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that return PQGParamsModifier and TypeMethodDescriptionstatic PQGParamsPQGParams.generate(int keySize) Generates P, Q, and G parameters for DSA key generation.static PQGParamsPQGParams.generate(int keySize, int seedBytes) Generates P, Q, and G parameters for DSA key generation.private static PQGParamsPQGParams.generateNative(int keySize) Does the actual work of generation, but does not verify.private static PQGParamsPQGParams.generateNative(int keySize, int seedBytes) Does the actual work of generation, but does not verify. -
Uses of PQGParams in org.mozilla.jss.pkcs11
Fields in org.mozilla.jss.pkcs11 declared as PQGParamsModifier and TypeFieldDescriptionstatic final PQGParamsPK11KeyPairGenerator.PQG1024Pre-cooked PQG values for 1024-bit keypairs, along with the seed, counter, and H values needed to verify them.static final PQGParamsPK11KeyPairGenerator.PQG512Pre-cooked PQG values for 512-bit keypairs, along with the seed, counter, and H values needed to verify them.static final PQGParamsPK11KeyPairGenerator.PQG768Pre-cooked PQG values for 768-bit keypairs, along with the seed, counter, and H values needed to verify them.