public static enum SignServerParams.CaPolicies.CAType extends java.lang.Enum<SignServerParams.CaPolicies.CAType>
Enum Constant and Description |
---|
CryptoProCA15Enroll
Модуль интеграции с КриптоПро УЦ 1.5
|
CryptoProCA20Enroll
Модуль интеграции с КриптоПро УЦ 2.0
|
DSSOutOfBandEnroll
Модуль интеграции со сторонним Удостоверяющего Центра (Offline)
|
Modifier and Type | Method and Description |
---|---|
static SignServerParams.CaPolicies.CAType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignServerParams.CaPolicies.CAType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignServerParams.CaPolicies.CAType CryptoProCA15Enroll
public static final SignServerParams.CaPolicies.CAType CryptoProCA20Enroll
public static final SignServerParams.CaPolicies.CAType DSSOutOfBandEnroll
public static SignServerParams.CaPolicies.CAType[] values()
for (SignServerParams.CaPolicies.CAType c : SignServerParams.CaPolicies.CAType.values()) System.out.println(c);
public static SignServerParams.CaPolicies.CAType 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