public class RequestorEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_CERT
Certificate.
|
static String |
TYPE_PBM
Password based MAC.
|
| Constructor and Description |
|---|
RequestorEntry(org.xipki.ca.api.NameId ident,
String type,
String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(RequestorEntry obj,
boolean ignoreId) |
String |
getConf() |
org.xipki.ca.api.NameId |
getIdent() |
String |
getType() |
int |
hashCode() |
boolean |
isFaulty() |
void |
setFaulty(boolean faulty) |
String |
toString() |
String |
toString(boolean verbose) |
public static final String TYPE_CERT
public static final String TYPE_PBM
public org.xipki.ca.api.NameId getIdent()
public String getType()
public String getConf()
public void setFaulty(boolean faulty)
public boolean isFaulty()
public String toString(boolean verbose)
public boolean equals(RequestorEntry obj, boolean ignoreId)
Copyright © 2018. All rights reserved.