quickfix.field
Class EncryptMethod
java.lang.Object
quickfix.Field<java.lang.Integer>
quickfix.IntField
quickfix.field.EncryptMethod
- All Implemented Interfaces:
- java.io.Serializable
public class EncryptMethod
- extends IntField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
NONE_OTHER
public static final int NONE_OTHER
- See Also:
- Constant Field Values
PKCS
public static final int PKCS
- See Also:
- Constant Field Values
DES
public static final int DES
- See Also:
- Constant Field Values
PKCS_DES
public static final int PKCS_DES
- See Also:
- Constant Field Values
PGP_DES
public static final int PGP_DES
- See Also:
- Constant Field Values
PGP_DES_MD5
public static final int PGP_DES_MD5
- See Also:
- Constant Field Values
PEM_DES_MD5
public static final int PEM_DES_MD5
- See Also:
- Constant Field Values
EncryptMethod
public EncryptMethod()
EncryptMethod
public EncryptMethod(int data)