Package org.mozilla.jss.crypto
Class EncryptionAlgorithm.Alg
java.lang.Object
org.mozilla.jss.crypto.EncryptionAlgorithm.Alg
- Enclosing class:
EncryptionAlgorithm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionAlgorithm.Alg
static final EncryptionAlgorithm.Alg
static final EncryptionAlgorithm.Alg
private String
private static Hashtable
<String, EncryptionAlgorithm.Alg> static final EncryptionAlgorithm.Alg
static final EncryptionAlgorithm.Alg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static EncryptionAlgorithm.Alg
fromString
(String name) toString()
-
Field Details
-
name
-
nameHash
-
RC4
-
DES
-
DESede
-
AES
-
RC2
-
-
Constructor Details
-
Alg
private Alg() -
Alg
-
-
Method Details
-
fromString
- Throws:
NoSuchAlgorithmException
-
toString
-