org.mozilla.jss.crypto

Class EncryptionAlgorithm.Alg

Enclosing Class:
EncryptionAlgorithm

public static class EncryptionAlgorithm.Alg
extends java.lang.Object

Field Summary

static EncryptionAlgorithm.Alg
AES
static EncryptionAlgorithm.Alg
DES
static EncryptionAlgorithm.Alg
DESede
static EncryptionAlgorithm.Alg
RC2
static EncryptionAlgorithm.Alg
RC4

Method Summary

String
toString()

Field Details

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 Details

toString

public String toString()