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 PQGParams
PQGParams.generate
(int keySize) Generates P, Q, and G parameters for DSA key generation.static PQGParams
PQGParams.generate
(int keySize, int seedBytes) Generates P, Q, and G parameters for DSA key generation.private static PQGParams
PQGParams.generateNative
(int keySize) Does the actual work of generation, but does not verify.private static PQGParams
PQGParams.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 PQGParams
PK11KeyPairGenerator.PQG1024
Pre-cooked PQG values for 1024-bit keypairs, along with the seed, counter, and H values needed to verify them.static final PQGParams
PK11KeyPairGenerator.PQG512
Pre-cooked PQG values for 512-bit keypairs, along with the seed, counter, and H values needed to verify them.static final PQGParams
PK11KeyPairGenerator.PQG768
Pre-cooked PQG values for 768-bit keypairs, along with the seed, counter, and H values needed to verify them.