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.Type
SymmetricKey.AES
static final SymmetricKey.Type
SymmetricKey.Type.AES
static final SymmetricKey.Type
SymmetricKey.DES
static final SymmetricKey.Type
SymmetricKey.Type.DES
static final SymmetricKey.Type
SymmetricKey.DES3
static final SymmetricKey.Type
SymmetricKey.Type.DES3
static final SymmetricKey.Type
SymmetricKey.Type.DESede
static final SymmetricKey.Type
SymmetricKey.GENERIC_SECRET
static final SymmetricKey.Type
SymmetricKey.Type.GENERIC_SECRET
static final SymmetricKey.Type
SymmetricKey.Type.PBA_SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.Type
SymmetricKey.RC2
static final SymmetricKey.Type
SymmetricKey.Type.RC2
static final SymmetricKey.Type
SymmetricKey.RC4
static final SymmetricKey.Type
SymmetricKey.Type.RC4
static final SymmetricKey.Type
SymmetricKey.SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.Type
SymmetricKey.Type.SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.Type
SymmetricKey.SHA256_HMAC
static final SymmetricKey.Type
SymmetricKey.Type.SHA256_HMAC
static final SymmetricKey.Type
SymmetricKey.SHA384_HMAC
static final SymmetricKey.Type
SymmetricKey.Type.SHA384_HMAC
static final SymmetricKey.Type
SymmetricKey.SHA512_HMAC
static final SymmetricKey.Type
SymmetricKey.Type.SHA512_HMAC
Fields in org.mozilla.jss.crypto with type parameters of type SymmetricKey.TypeModifier and TypeFieldDescriptionprivate static ArrayList
<SymmetricKey.Type> SymmetricKey.Type.allTypes
private static Hashtable
<String, SymmetricKey.Type> SymmetricKey.Type.nameMap
Methods in org.mozilla.jss.crypto that return SymmetricKey.TypeModifier and TypeMethodDescriptionstatic SymmetricKey.Type
SymmetricKey.Type.fromKeyType
(KeyType type) static SymmetricKey.Type
SymmetricKey.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 Algorithm
PK11KeyWrapper.algFromType
(SymmetricKey.Type type) PK11KeyWrapper.unwrapSymmetric
(byte[] wrapped, SymmetricKey.Type type, int keyLen) private SymmetricKey
PK11KeyWrapper.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 SymmetricKey
PK11KeyWrapper.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 SecretKey
JSSSecretKeyFactorySpi.generateKeyFromBits
(byte[] bits, SymmetricKey.Type keyType)