Package org.mozilla.jss.crypto
Class SymmetricKey.Type
java.lang.Object
org.mozilla.jss.crypto.SymmetricKey.Type
- Enclosing interface:
- SymmetricKey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
Deprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
Deprecated, for removal: This API element is subject to removal in a future version.static final SymmetricKey.Type
static final SymmetricKey.Type
static final SymmetricKey.Type
-
Method Summary
Modifier and TypeMethodDescriptionstatic SymmetricKey.Type
fromKeyType
(KeyType type) static SymmetricKey.Type
String[]
toString()
-
Field Details
-
GENERIC_SECRET
-
DES
-
DES3
-
DESede
-
RC4
-
RC2
-
SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version. -
SHA256_HMAC
-
SHA384_HMAC
-
SHA512_HMAC
-
PBA_SHA1_HMAC
Deprecated, for removal: This API element is subject to removal in a future version. -
AES
-
-
Method Details
-
toString
-
getAliases
-
getKeyGenAlg
- Throws:
NoSuchAlgorithmException
-
getKeyType
-
fromName
- Throws:
NoSuchAlgorithmException
-
fromKeyType
-