Package org.xipki.ca.api.profile
Class SubjectKeyIdentifierControl
- java.lang.Object
-
- org.xipki.util.ValidableConf
-
- org.xipki.ca.api.profile.SubjectKeyIdentifierControl
-
public class SubjectKeyIdentifierControl extends org.xipki.util.ValidableConfExtension SubjectKeyIdentifierControl.- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubjectKeyIdentifierControl.SubjectKeyIdentifierMethod
-
Constructor Summary
Constructors Constructor Description SubjectKeyIdentifierControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHashAlgo()SubjectKeyIdentifierControl.SubjectKeyIdentifierMethodgetMethod()StringgetTruncateMethod()voidsetHashAlgo(String hashAlgo)voidsetMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod method)voidsetTruncateMethod(String truncateMethod)voidvalidate()
-
-
-
Method Detail
-
getMethod
public SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod getMethod()
-
setMethod
public void setMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod method)
-
getHashAlgo
public String getHashAlgo()
-
setHashAlgo
public void setHashAlgo(String hashAlgo)
-
getTruncateMethod
public String getTruncateMethod()
-
setTruncateMethod
public void setTruncateMethod(String truncateMethod)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-