Uses of Class
org.mozilla.jss.crypto.PQGParamGenException
Packages that use PQGParamGenException
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of PQGParamGenException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw PQGParamGenExceptionModifier 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.CryptoToken.generateCertRequest
(String subject, int keysize, String keyType, byte[] P, byte[] Q, byte[] G) Generates a b64 encoded PKCS10 blob used for making cert request.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 PQGParamGenException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw PQGParamGenExceptionModifier and TypeMethodDescriptionPK11Token.generateCertRequest
(String subject, int keysize, String keyType, byte[] prime, byte[] subPrime, byte[] base) Generates a PKCS#10 certificate request including Begin/End brackets