public static enum Types.Param_Type extends java.lang.Enum<Types.Param_Type>
| Enum Constant and Description |
|---|
CONTENT |
GIVEN_SIGNER_CERTIFICATES |
IMZALANAN_VERI |
PARENT_SIGNER_INFO |
POLICY_FILE_VALUE |
SIGNED_ATTR_EXC_SET |
SIGNED_ATTR_INC_SET |
SIGNED_ATTR_VALID_SET |
SIGNED_DATA |
SIGNING_CERTIFICATE |
| Modifier and Type | Method and Description |
|---|---|
static Types.Param_Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types.Param_Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.Param_Type GIVEN_SIGNER_CERTIFICATES
public static final Types.Param_Type SIGNING_CERTIFICATE
public static final Types.Param_Type SIGNED_DATA
public static final Types.Param_Type IMZALANAN_VERI
public static final Types.Param_Type PARENT_SIGNER_INFO
public static final Types.Param_Type SIGNED_ATTR_INC_SET
public static final Types.Param_Type SIGNED_ATTR_EXC_SET
public static final Types.Param_Type SIGNED_ATTR_VALID_SET
public static final Types.Param_Type POLICY_FILE_VALUE
public static final Types.Param_Type CONTENT
public static Types.Param_Type[] values()
for (Types.Param_Type c : Types.Param_Type.values()) System.out.println(c);
public static Types.Param_Type 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 nullCopyright © 2025. All rights reserved.