public static enum Constants.SubFilter extends java.lang.Enum<Constants.SubFilter>
| Enum Constant and Description |
|---|
ADOBE_PKCS7_DETACHED |
ADOBE_PKCS7_SHA1 |
ETSI_CADES_DETACHED |
ETSI_RFC3161 |
| Modifier and Type | Method and Description |
|---|---|
static Constants.SubFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.SubFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.SubFilter ADOBE_PKCS7_DETACHED
public static final Constants.SubFilter ADOBE_PKCS7_SHA1
public static final Constants.SubFilter ETSI_CADES_DETACHED
public static final Constants.SubFilter ETSI_RFC3161
public static Constants.SubFilter[] values()
for (Constants.SubFilter c : Constants.SubFilter.values()) System.out.println(c);
public static Constants.SubFilter 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 null