Package org.xipki.security.pkcs11
Class Pkcs11conf.NewObjectConf
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.security.pkcs11.Pkcs11conf.NewObjectConf
-
- Enclosing class:
- Pkcs11conf
public static class Pkcs11conf.NewObjectConf extends org.xipki.util.ValidatableConf
-
-
Constructor Summary
Constructors Constructor Description NewObjectConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetIdLength()BooleangetIgnoreLabel()voidsetIdLength(Integer idLength)voidsetIgnoreLabel(Boolean ignoreLabel)voidvalidate()
-
-
-
Method Detail
-
getIgnoreLabel
public Boolean getIgnoreLabel()
-
setIgnoreLabel
public void setIgnoreLabel(Boolean ignoreLabel)
-
getIdLength
public Integer getIdLength()
-
setIdLength
public void setIdLength(Integer idLength)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-