public class RevokeSuspendedControl extends Object
Example configuration
enabled=<true|false>, \ [targetReason=<CRL reason>,\ unchangedSince=<duration>]where duration is of format <n>h, <n>d, <n>y.
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ENABLED |
static String |
KEY_REVOCATION_REASON |
static String |
KEY_UNCHANGED_SINCE |
| Constructor and Description |
|---|
RevokeSuspendedControl(boolean enabled) |
RevokeSuspendedControl(boolean enabled,
org.xipki.security.CrlReason targetReason,
org.xipki.util.Validity unchangedSince) |
RevokeSuspendedControl(org.xipki.util.ConfPairs conf) |
RevokeSuspendedControl(String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConf() |
org.xipki.util.ConfPairs |
getConfPairs() |
org.xipki.security.CrlReason |
getTargetReason() |
org.xipki.util.Validity |
getUnchangedSince() |
int |
hashCode() |
boolean |
isEnabled() |
String |
toString() |
public static final String KEY_ENABLED
public static final String KEY_REVOCATION_REASON
public static final String KEY_UNCHANGED_SINCE
public RevokeSuspendedControl(String conf)
public RevokeSuspendedControl(org.xipki.util.ConfPairs conf)
public RevokeSuspendedControl(boolean enabled)
public RevokeSuspendedControl(boolean enabled,
org.xipki.security.CrlReason targetReason,
org.xipki.util.Validity unchangedSince)
public boolean isEnabled()
public org.xipki.security.CrlReason getTargetReason()
public org.xipki.util.Validity getUnchangedSince()
public String getConf()
public org.xipki.util.ConfPairs getConfPairs()
Copyright © 2023. All rights reserved.