@Generated(value="uk.co.real_logic.artio") public enum EncryptMethod extends java.lang.Enum<EncryptMethod> implements uk.co.real_logic.artio.builder.IntRepresentable
| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
DES |
NONE_OTHER |
NULL_VAL |
PEM_DES_MD5 |
PGP_DES |
PGP_DES_MD5 |
PKCS |
PKCS_DES |
| Modifier and Type | Method and Description |
|---|---|
static EncryptMethod |
decode(int representation) |
static boolean |
isValid(int representation) |
int |
representation() |
static EncryptMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptMethod NONE_OTHER
public static final EncryptMethod PKCS
public static final EncryptMethod DES
public static final EncryptMethod PKCS_DES
public static final EncryptMethod PGP_DES
public static final EncryptMethod PGP_DES_MD5
public static final EncryptMethod PEM_DES_MD5
public static final EncryptMethod NULL_VAL
public static final EncryptMethod ARTIO_UNKNOWN
public static EncryptMethod[] values()
for (EncryptMethod c : EncryptMethod.values()) System.out.println(c);
public static EncryptMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int representation()
representation in interface uk.co.real_logic.artio.builder.IntRepresentablepublic static boolean isValid(int representation)
public static EncryptMethod decode(int representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.