Package org.mozilla.jss.crypto
Class EncryptionAlgorithm.Alg
- java.lang.Object
-
- org.mozilla.jss.crypto.EncryptionAlgorithm.Alg
-
- Enclosing class:
- EncryptionAlgorithm
public static class EncryptionAlgorithm.Alg extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static EncryptionAlgorithm.Alg
AES
static EncryptionAlgorithm.Alg
DES
static EncryptionAlgorithm.Alg
DESede
static EncryptionAlgorithm.Alg
RC2
static EncryptionAlgorithm.Alg
RC4
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
RC4
public static final EncryptionAlgorithm.Alg RC4
-
DES
public static final EncryptionAlgorithm.Alg DES
-
DESede
public static final EncryptionAlgorithm.Alg DESede
-
AES
public static final EncryptionAlgorithm.Alg AES
-
RC2
public static final EncryptionAlgorithm.Alg RC2
-
-