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.UsageReturns 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 TypeMethodDescriptionvoidKeyPairGenerator.setKeyPairUsages(KeyPairGeneratorSpi.Usage[] usages, KeyPairGeneratorSpi.Usage[] usages_mask) abstract voidKeyPairGeneratorSpi.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 TypeMethodDescriptionvoidPK11KeyPairGenerator.setKeyPairUsages(KeyPairGeneratorSpi.Usage[] usages, KeyPairGeneratorSpi.Usage[] usages_mask) Sets the requested key usages desired for the generated key pair.