Class RevokeSuspendedControl


  • public class RevokeSuspendedControl
    extends Object
    Revoke suspended certificate control.

    Example configuration

     enabled=<true|false>, \
       [targetReason=<CRL reason>,\
       unchangedSince=<duration>]
    
    where duration is of format <n>h, <n>d, <n>y.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • RevokeSuspendedControl

        public RevokeSuspendedControl​(String conf)
      • RevokeSuspendedControl

        public RevokeSuspendedControl​(org.xipki.util.ConfPairs conf)
      • RevokeSuspendedControl

        public RevokeSuspendedControl​(boolean enabled)
      • RevokeSuspendedControl

        public RevokeSuspendedControl​(boolean enabled,
                                      org.xipki.security.CrlReason targetReason,
                                      org.xipki.util.Validity unchangedSince)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getTargetReason

        public org.xipki.security.CrlReason getTargetReason()
      • getUnchangedSince

        public org.xipki.util.Validity getUnchangedSince()
      • getConf

        public String getConf()
      • getConfPairs

        public org.xipki.util.ConfPairs getConfPairs()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object