Package org.xipki.ca.api.profile
Class SubjectKeyIdentifierControl
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.api.profile.SubjectKeyIdentifierControl
-
public class SubjectKeyIdentifierControl extends org.xipki.util.ValidatableConfExtension 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 java.lang.StringgetHashAlgo()SubjectKeyIdentifierControl.SubjectKeyIdentifierMethodgetMethod()java.lang.StringgetTruncateMethod()voidsetHashAlgo(java.lang.String hashAlgo)voidsetMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod method)voidsetTruncateMethod(java.lang.String truncateMethod)voidvalidate()
-
-
-
Method Detail
-
getMethod
public SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod getMethod()
-
setMethod
public void setMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod method)
-
getHashAlgo
public java.lang.String getHashAlgo()
-
setHashAlgo
public void setHashAlgo(java.lang.String hashAlgo)
-
getTruncateMethod
public java.lang.String getTruncateMethod()
-
setTruncateMethod
public void setTruncateMethod(java.lang.String truncateMethod)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-