Uses of Class
org.mozilla.jss.crypto.SymmetricKey.Type
Packages that use SymmetricKey.Type
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of SymmetricKey.Type in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as SymmetricKey.TypeModifier and TypeFieldDescriptionstatic final SymmetricKey.TypeSymmetricKey.AESstatic final SymmetricKey.TypeSymmetricKey.Type.AESstatic final SymmetricKey.TypeSymmetricKey.DESstatic final SymmetricKey.TypeSymmetricKey.Type.DESstatic final SymmetricKey.TypeSymmetricKey.DES3static final SymmetricKey.TypeSymmetricKey.Type.DES3static final SymmetricKey.TypeSymmetricKey.Type.DESedestatic final SymmetricKey.TypeSymmetricKey.GENERIC_SECRETstatic final SymmetricKey.TypeSymmetricKey.Type.GENERIC_SECRETstatic final SymmetricKey.TypeSymmetricKey.Type.PBA_SHA1_HMACDeprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.TypeSymmetricKey.RC2static final SymmetricKey.TypeSymmetricKey.Type.RC2static final SymmetricKey.TypeSymmetricKey.RC4static final SymmetricKey.TypeSymmetricKey.Type.RC4static final SymmetricKey.TypeSymmetricKey.SHA1_HMACDeprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.TypeSymmetricKey.Type.SHA1_HMACDeprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.TypeSymmetricKey.SHA256_HMACstatic final SymmetricKey.TypeSymmetricKey.Type.SHA256_HMACstatic final SymmetricKey.TypeSymmetricKey.SHA384_HMACstatic final SymmetricKey.TypeSymmetricKey.Type.SHA384_HMACstatic final SymmetricKey.TypeSymmetricKey.SHA512_HMACstatic final SymmetricKey.TypeSymmetricKey.Type.SHA512_HMACFields in org.mozilla.jss.crypto with type parameters of type SymmetricKey.TypeModifier and TypeFieldDescriptionprivate static ArrayList<SymmetricKey.Type>SymmetricKey.Type.allTypesprivate static Hashtable<String,SymmetricKey.Type> SymmetricKey.Type.nameMapMethods in org.mozilla.jss.crypto that return SymmetricKey.TypeModifier and TypeMethodDescriptionstatic SymmetricKey.TypeSymmetricKey.Type.fromKeyType(KeyType type) static SymmetricKey.TypeSymmetricKey.getType()Methods in org.mozilla.jss.crypto with parameters of type SymmetricKey.TypeModifier and TypeMethodDescriptionKeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, int keyLength) Unwraps a key and allows it to be used for all operations.KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLength) KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, int keyLength) Unwraps a key and allows it to be used for all operations.KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLength) -
Uses of SymmetricKey.Type in org.mozilla.jss.netscape.security.util
Fields in org.mozilla.jss.netscape.security.util declared as SymmetricKey.TypeMethods in org.mozilla.jss.netscape.security.util that return SymmetricKey.TypeMethods in org.mozilla.jss.netscape.security.util with parameters of type SymmetricKey.TypeConstructors in org.mozilla.jss.netscape.security.util with parameters of type SymmetricKey.TypeModifierConstructorDescriptionWrappingParams(SymmetricKey.Type skType, KeyGenAlgorithm skKeyGenAlgorithm, int skLength, KeyWrapAlgorithm skWrapAlgorithm, EncryptionAlgorithm payloadEncryptionAlgorithm, KeyWrapAlgorithm payloadWrapAlgorithm, IVParameterSpec payloadEncryptIV, IVParameterSpec payloadWrapIV) -
Uses of SymmetricKey.Type in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that return SymmetricKey.TypeMethods in org.mozilla.jss.pkcs11 with parameters of type SymmetricKey.TypeModifier and TypeMethodDescriptionprivate static AlgorithmPK11KeyWrapper.algFromType(SymmetricKey.Type type) PK11KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, int keyLen) private SymmetricKeyPK11KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, int usageEnum, int keyLen) PK11KeyWrapper.unwrapSymmetric(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLen) PK11KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, int keyLen) private SymmetricKeyPK11KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, int usageEnum, int keyLen) PK11KeyWrapper.unwrapSymmetricPerm(byte[] wrapped, SymmetricKey.Type type, SymmetricKey.Usage usage, int keyLen) -
Uses of SymmetricKey.Type in org.mozilla.jss.provider.javax.crypto
Methods in org.mozilla.jss.provider.javax.crypto with parameters of type SymmetricKey.TypeModifier and TypeMethodDescriptionprivate SecretKeyJSSSecretKeyFactorySpi.generateKeyFromBits(byte[] bits, SymmetricKey.Type keyType)