Package org.xipki.security.pkcs11
Class P11ModuleConf.P11NewObjectConf
- java.lang.Object
-
- org.xipki.security.pkcs11.P11ModuleConf.P11NewObjectConf
-
- Enclosing class:
- P11ModuleConf
public static class P11ModuleConf.P11NewObjectConf extends Object
-
-
Constructor Summary
Constructors Constructor Description P11NewObjectConf()P11NewObjectConf(Pkcs11conf.NewObjectConf conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIdLength()booleanisIgnoreLabel()voidsetIdLength(int idLength)voidsetIgnoreLabel(boolean ignoreLabel)
-
-
-
Constructor Detail
-
P11NewObjectConf
public P11NewObjectConf(Pkcs11conf.NewObjectConf conf)
-
P11NewObjectConf
public P11NewObjectConf()
-
-