public class CertprofileEntry extends MgmtEntry
| Constructor and Description |
|---|
CertprofileEntry(org.xipki.ca.api.NameId ident,
String type,
String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(CertprofileEntry obj,
boolean ignoreId) |
boolean |
equals(Object obj) |
String |
getConf() |
org.xipki.ca.api.NameId |
getIdent() |
String |
getType() |
int |
hashCode() |
boolean |
isFaulty() |
void |
setConf(String conf) |
void |
setFaulty(boolean faulty) |
void |
setIdent(org.xipki.ca.api.NameId ident) |
void |
setType(String type) |
String |
toString() |
String |
toString(boolean verbose) |
public void setIdent(org.xipki.ca.api.NameId ident)
public void setType(String type)
public void setConf(String conf)
public org.xipki.ca.api.NameId getIdent()
public String getType()
public String getConf()
public boolean isFaulty()
public void setFaulty(boolean faulty)
public String toString(boolean verbose)
public boolean equals(CertprofileEntry obj, boolean ignoreId)
Copyright © 2023. All rights reserved.