Uses of Enum Class
org.mozilla.jss.crypto.KeyPairGeneratorSpi.Usage
Packages that use KeyPairGeneratorSpi.Usage
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KeyPairGeneratorSpi.Usage in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that return KeyPairGeneratorSpi.UsageModifier and TypeMethodDescriptionstatic KeyPairGeneratorSpi.Usage
Returns the enum constant of this class with the specified name.static KeyPairGeneratorSpi.Usage[]
KeyPairGeneratorSpi.Usage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss.crypto with parameters of type KeyPairGeneratorSpi.UsageModifier and TypeMethodDescriptionvoid
KeyPairGenerator.setKeyPairUsages
(KeyPairGeneratorSpi.Usage[] usages, KeyPairGeneratorSpi.Usage[] usages_mask) abstract void
KeyPairGeneratorSpi.setKeyPairUsages
(KeyPairGeneratorSpi.Usage[] usages, KeyPairGeneratorSpi.Usage[] usages_mask) setKeyPairUsages -
Uses of KeyPairGeneratorSpi.Usage in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 with parameters of type KeyPairGeneratorSpi.UsageModifier and TypeMethodDescriptionvoid
PK11KeyPairGenerator.setKeyPairUsages
(KeyPairGeneratorSpi.Usage[] usages, KeyPairGeneratorSpi.Usage[] usages_mask) Sets the requested key usages desired for the generated key pair.