Uses of Class
org.mozilla.jss.crypto.KeyPairAlgorithm
Packages that use KeyPairAlgorithm
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KeyPairAlgorithm in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as KeyPairAlgorithmModifier and TypeFieldDescriptionprotected KeyPairAlgorithm
KeyPairGenerator.algorithm
static final KeyPairAlgorithm
KeyPairAlgorithm.DSA
static final KeyPairAlgorithm
KeyPairAlgorithm.EC
static final KeyPairAlgorithm
KeyPairAlgorithm.RSA
Fields in org.mozilla.jss.crypto with type parameters of type KeyPairAlgorithmModifier and TypeFieldDescriptionprivate static Hashtable
<String, KeyPairAlgorithm> KeyPairAlgorithm.nameMap
Methods in org.mozilla.jss.crypto that return KeyPairAlgorithmModifier and TypeMethodDescriptionstatic KeyPairAlgorithm
KeyPairAlgorithm.fromString
(String algName) Looks up a key pair generation algorithm from its name.KeyPairGenerator.getAlgorithm()
Methods in org.mozilla.jss.crypto with parameters of type KeyPairAlgorithmModifier and TypeMethodDescriptionCryptoToken.getKeyPairGenerator
(KeyPairAlgorithm algorithm) Creates a KeyPairGenerator object, which can be used to generate key pairs.Constructors in org.mozilla.jss.crypto with parameters of type KeyPairAlgorithmModifierConstructorDescriptionKeyPairGenerator
(KeyPairAlgorithm algorithm, KeyPairGeneratorSpi engine) Creates a new key pair generator. -
Uses of KeyPairAlgorithm in org.mozilla.jss.pkcs11
Fields in org.mozilla.jss.pkcs11 declared as KeyPairAlgorithmMethods in org.mozilla.jss.pkcs11 with parameters of type KeyPairAlgorithmConstructors in org.mozilla.jss.pkcs11 with parameters of type KeyPairAlgorithmModifierConstructorDescriptionPK11KeyPairGenerator
(PK11Token token, KeyPairAlgorithm algorithm) Constructor for PK11KeyPairGenerator. -
Uses of KeyPairAlgorithm in org.mozilla.jss.provider.java.security
Constructors in org.mozilla.jss.provider.java.security with parameters of type KeyPairAlgorithm