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.AESstatic final KeyTypeKeyType.DESstatic final KeyTypeKeyType.DES3static final KeyTypeKeyType.DHstatic final KeyTypeKeyType.DSAstatic final KeyTypeKeyType.ECstatic final KeyTypeKeyType.FORTEZZADeprecated.As of NSS 3.11, FORTEZZA is no longer supported.static final KeyTypeKeyType.GENERIC_SECRETstatic final KeyTypeKeyType.KEAstatic final KeyTypeKeyType.NULLstatic final KeyTypeKeyType.RC2static final KeyTypeKeyType.RC4static final KeyTypeKeyType.RSAstatic 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 KeyTypeMethods 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.