Package org.xipki.ca.api.mgmt.entry
Class CertprofileEntry
- java.lang.Object
-
- org.xipki.ca.api.mgmt.entry.MgmtEntry
-
- org.xipki.ca.api.mgmt.entry.CertprofileEntry
-
public class CertprofileEntry extends MgmtEntry
Management Entry Certificate Entry.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertprofileEntry(org.xipki.ca.api.NameId ident, String type, String conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanequals(CertprofileEntry obj, boolean ignoreId)StringgetConf()org.xipki.ca.api.NameIdgetIdent()StringgetType()inthashCode()booleanisFaulty()voidsetConf(String conf)voidsetFaulty(boolean faulty)voidsetIdent(org.xipki.ca.api.NameId ident)voidsetType(String type)StringtoString()StringtoString(boolean verbose)
-
-
-
Method Detail
-
setIdent
public void setIdent(org.xipki.ca.api.NameId ident)
-
setType
public void setType(String type)
-
setConf
public void setConf(String conf)
-
getIdent
public org.xipki.ca.api.NameId getIdent()
-
getType
public String getType()
-
getConf
public String getConf()
-
isFaulty
public boolean isFaulty()
-
setFaulty
public void setFaulty(boolean faulty)
-
toString
public String toString(boolean verbose)
-
equals
public boolean equals(CertprofileEntry obj, boolean ignoreId)
-
-