public static enum Configuration.RootCertificateType extends java.lang.Enum<Configuration.RootCertificateType>
Enum Constant and Description |
---|
Development
Набор корневых сертификатов, используемых при запуске SDK в режиме разработки.
|
Production
Набор корневых сертификатов, используемых при запуске SDK в режиме эксплуатации.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRawResourceName() |
static Configuration.RootCertificateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.RootCertificateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.RootCertificateType Development
public static final Configuration.RootCertificateType Production
public static Configuration.RootCertificateType[] values()
for (Configuration.RootCertificateType c : Configuration.RootCertificateType.values()) System.out.println(c);
public static Configuration.RootCertificateType 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 java.lang.String getRawResourceName()