Uses of Class
org.mozilla.jss.pkcs11.KeyType
Packages that use KeyType
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KeyType in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as KeyTypeMethods in org.mozilla.jss.crypto that return KeyTypeMethods in org.mozilla.jss.crypto with parameters of type KeyTypeModifier and TypeMethodDescriptionstatic SymmetricKey.Type
SymmetricKey.Type.fromKeyType
(KeyType type) Constructors in org.mozilla.jss.crypto with parameters of type KeyTypeModifierConstructorDescriptionprivate
Type
(String[] names, KeyGenAlgorithm keyGenAlg, KeyType keyType) -
Uses of KeyType in org.mozilla.jss.pkcs11
Fields in org.mozilla.jss.pkcs11 declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyType
KeyType.AES
static final KeyType
KeyType.DES
static final KeyType
KeyType.DES3
static final KeyType
KeyType.DH
static final KeyType
KeyType.DSA
static final KeyType
KeyType.EC
static final KeyType
KeyType.FORTEZZA
Deprecated.As of NSS 3.11, FORTEZZA is no longer supported.static final KeyType
KeyType.GENERIC_SECRET
static final KeyType
KeyType.KEA
static final KeyType
KeyType.NULL
static final KeyType
KeyType.RC2
static final KeyType
KeyType.RC4
static final KeyType
KeyType.RSA
static final KeyType
KeyType.SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version.static final KeyType
KeyType.SHA256_HMAC
static final KeyType
KeyType.SHA384_HMAC
static final KeyType
KeyType.SHA512_HMAC
Fields in org.mozilla.jss.pkcs11 with type parameters of type KeyTypeMethods in org.mozilla.jss.pkcs11 that return KeyTypeModifier and TypeMethodDescriptionPK11PrivKey.getKeyType()
PK11PubKey.getKeyType()
PK11SymKey.getKeyType()
static KeyType
KeyType.getKeyTypeFromAlgorithm
(Algorithm alg) Returns the KeyType corresponding to the given Algorithm.