|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.crypto.EncryptionAlgorithm.Mode
Field Summary | |
static EncryptionAlgorithm.Mode |
CBC
|
static EncryptionAlgorithm.Mode |
ECB
|
static EncryptionAlgorithm.Mode |
NONE
|
Method Summary | |
static EncryptionAlgorithm.Mode |
fromString(java.lang.String name)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final EncryptionAlgorithm.Mode NONE
public static final EncryptionAlgorithm.Mode ECB
public static final EncryptionAlgorithm.Mode CBC
Method Detail |
public static EncryptionAlgorithm.Mode fromString(java.lang.String name) throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |