Uses of Enum Class
org.mozilla.jss.crypto.SymmetricKey.Usage
Packages that use SymmetricKey.Usage
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of SymmetricKey.Usage in org.mozilla.jss.crypto
Subclasses with type arguments of type SymmetricKey.Usage in org.mozilla.jss.cryptoModifier and TypeClassDescriptionstatic enumIn PKCS #11, each key can be marked with the operations it will be used to perform.Methods in org.mozilla.jss.crypto that return SymmetricKey.UsageModifier and TypeMethodDescriptionstatic SymmetricKey.UsageReturns the enum constant of this class with the specified name.static SymmetricKey.Usage[]SymmetricKey.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 SymmetricKey.UsageModifier and TypeMethodDescriptionvoidKeyGenerator.setKeyUsages(SymmetricKey.Usage[] usages) KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLength) KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLength) -
Uses of SymmetricKey.Usage in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 with parameters of type SymmetricKey.UsageModifier and TypeMethodDescriptionvoidPK11KeyGenerator.setKeyUsages(SymmetricKey.Usage[] usages) PK11KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLen) PK11KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLen)