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, java.lang.String type, java.lang.String conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleanequals(CertprofileEntry obj, boolean ignoreId)java.lang.StringgetConf()org.xipki.ca.api.NameIdgetIdent()java.lang.StringgetType()inthashCode()booleanisFaulty()voidsetConf(java.lang.String conf)voidsetFaulty(boolean faulty)voidsetIdent(org.xipki.ca.api.NameId ident)voidsetType(java.lang.String type)java.lang.StringtoString()java.lang.StringtoString(boolean verbose)
-
-
-
Method Detail
-
setIdent
public void setIdent(org.xipki.ca.api.NameId ident)
-
setType
public void setType(java.lang.String type)
-
setConf
public void setConf(java.lang.String conf)
-
getIdent
public org.xipki.ca.api.NameId getIdent()
-
getType
public java.lang.String getType()
-
getConf
public java.lang.String getConf()
-
isFaulty
public boolean isFaulty()
-
setFaulty
public void setFaulty(boolean faulty)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toString
public java.lang.String toString(boolean verbose)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(CertprofileEntry obj, boolean ignoreId)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-