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.TypeSymmetricKey.Type.fromKeyType(KeyType type) Constructors in org.mozilla.jss.crypto with parameters of type KeyTypeModifierConstructorDescriptionprivateType(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 KeyTypeKeyType.AES///////////////////////////////////////////////////////////static final KeyTypeKeyType.DES///////////////////////////////////////////////////////////static final KeyTypeKeyType.DES3///////////////////////////////////////////////////////////static final KeyTypeKeyType.DH///////////////////////////////////////////////////////////static final KeyTypeKeyType.DSA///////////////////////////////////////////////////////////static final KeyTypeKeyType.EC///////////////////////////////////////////////////////////static final KeyTypeKeyType.FORTEZZADeprecated.As of NSS 3.11, FORTEZZA is no longer supported.static final KeyTypeKeyType.GENERIC_SECRETstatic final KeyTypeKeyType.KEA///////////////////////////////////////////////////////////static final KeyTypeKeyType.MLDSA///////////////////////////////////////////////////////////static final KeyTypeKeyType.NULL///////////////////////////////////////////////////////////static final KeyTypeKeyType.RC2///////////////////////////////////////////////////////////static final KeyTypeKeyType.RC4///////////////////////////////////////////////////////////static final KeyTypeKeyType.RSA///////////////////////////////////////////////////////////static final KeyTypeKeyType.SHA1_HMACDeprecated, for removal: This API element is subject to removal in a future version.static final KeyTypeKeyType.SHA256_HMACstatic final KeyTypeKeyType.SHA384_HMACstatic final KeyTypeKeyType.SHA512_HMACFields in org.mozilla.jss.pkcs11 with type parameters of type KeyTypeModifier and TypeFieldDescriptionKeyType.algHash///////////////////////////////////////////////////////////Methods in org.mozilla.jss.pkcs11 that return KeyTypeModifier and TypeMethodDescriptionPK11PrivKey.getKeyType()PK11PubKey.getKeyType()PK11SymKey.getKeyType()static KeyTypeKeyType.getKeyTypeFromAlgorithm(Algorithm alg) Returns the KeyType corresponding to the given Algorithm.