public class RevokeSuspendedCertsControl extends Object
revokeSuspendedCerts.enabled=<true|false>, \
[revokeSuspendedCerts.targetReason=<CRL reason>,\
revokeSuspendedCerts.unchangedSince=<duration>]
where duration is of format <n>h, <n>d, <n>y.| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_REVOCATION_ENABLED |
static String |
KEY_REVOCATION_REASON |
static String |
KEY_UNCHANGED_SINCE |
| Constructor and Description |
|---|
RevokeSuspendedCertsControl(org.xipki.security.CrlReason targetReason,
org.xipki.util.Validity unchangedSince) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.xipki.security.CrlReason |
getTargetReason() |
org.xipki.util.Validity |
getUnchangedSince() |
int |
hashCode() |
void |
setTargetReason(org.xipki.security.CrlReason targetReason) |
void |
setUnchangedSince(org.xipki.util.Validity unchangedSince) |
String |
toString() |
public static final String KEY_REVOCATION_ENABLED
public static final String KEY_REVOCATION_REASON
public static final String KEY_UNCHANGED_SINCE
public RevokeSuspendedCertsControl(org.xipki.security.CrlReason targetReason,
org.xipki.util.Validity unchangedSince)
public void setUnchangedSince(org.xipki.util.Validity unchangedSince)
public void setTargetReason(org.xipki.security.CrlReason targetReason)
public org.xipki.security.CrlReason getTargetReason()
public org.xipki.util.Validity getUnchangedSince()
Copyright © 2019. All rights reserved.