Package org.xipki.ocsp.server
Class OcspServerConf.Nonce
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ocsp.server.OcspServerConf.Nonce
-
- Enclosing class:
- OcspServerConf
public static class OcspServerConf.Nonce extends org.xipki.util.ValidatableConf
-
-
Constructor Summary
Constructors Constructor Description Nonce()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxLen()IntegergetMinLen()QuadrupleStategetOccurrence()voidsetMaxLen(Integer maxLen)voidsetMinLen(Integer minLen)voidsetOccurrence(QuadrupleState occurrence)voidvalidate()
-
-
-
Method Detail
-
getOccurrence
public QuadrupleState getOccurrence()
-
setOccurrence
public void setOccurrence(QuadrupleState occurrence)
-
getMinLen
public Integer getMinLen()
-
setMinLen
public void setMinLen(Integer minLen)
-
getMaxLen
public Integer getMaxLen()
-
setMaxLen
public void setMaxLen(Integer maxLen)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-