Enhydra-Oyster 2.1-7 API

org.enhydra.oyster.crypto.consts
Interface EnvelopedConstants

All Superinterfaces:
KeyStoreConstants
All Known Implementing Classes:
EnvelopedSMIME, SignedAndEnvelopedSMIME

public interface EnvelopedConstants
extends KeyStoreConstants

Types of symetric algorithms, currently suported by Oyster project.


Field Summary
static java.lang.String DES
          DES algorithm
static java.lang.String DES_EDE3_CBC
          Triple DES algorithm
static java.lang.String RC2_CBC
          RC2 algorithm
 
Fields inherited from interface org.enhydra.oyster.crypto.consts.KeyStoreConstants
BKS, JKS, PKCS12, UBER
 

Field Detail

RC2_CBC

public static final java.lang.String RC2_CBC
RC2 algorithm

See Also:
Constant Field Values

DES

public static final java.lang.String DES
DES algorithm

See Also:
Constant Field Values

DES_EDE3_CBC

public static final java.lang.String DES_EDE3_CBC
Triple DES algorithm

See Also:
Constant Field Values

Enhydra-Oyster 2.1-7 API