public static enum CertificateAuthorityRule.RuleType extends Enum<CertificateAuthorityRule.RuleType> implements BmcEnum
The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
Enum Constant and Description |
---|
CertificateAuthorityIssuanceExpiryRule |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static CertificateAuthorityRule.RuleType |
create(String key) |
String |
getValue() |
static CertificateAuthorityRule.RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateAuthorityRule.RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateAuthorityRule.RuleType CertificateAuthorityIssuanceExpiryRule
public static final CertificateAuthorityRule.RuleType UnknownEnumValue
public static CertificateAuthorityRule.RuleType[] values()
for (CertificateAuthorityRule.RuleType c : CertificateAuthorityRule.RuleType.values()) System.out.println(c);
public static CertificateAuthorityRule.RuleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CertificateAuthorityRule.RuleType create(String key)
Copyright © 2016–2024. All rights reserved.