org.mozilla.jss.crypto

Class EncryptionAlgorithm.Alg

public static class EncryptionAlgorithm.Alg extends Object

Field Summary
static EncryptionAlgorithm.AlgAES
static EncryptionAlgorithm.AlgDES
static EncryptionAlgorithm.AlgDESede
static EncryptionAlgorithm.AlgRC2
static EncryptionAlgorithm.AlgRC4
Method Summary
StringtoString()

Field Detail

AES

public static final EncryptionAlgorithm.Alg AES

DES

public static final EncryptionAlgorithm.Alg DES

DESede

public static final EncryptionAlgorithm.Alg DESede

RC2

public static final EncryptionAlgorithm.Alg RC2

RC4

public static final EncryptionAlgorithm.Alg RC4

Method Detail

toString

public String toString()