public class CaIdNameMap extends Object
| Constructor and Description |
|---|
CaIdNameMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCa(org.xipki.ca.api.NameId nameId) |
void |
addCertprofile(org.xipki.ca.api.NameId nameId) |
void |
addPublisher(org.xipki.ca.api.NameId nameId) |
void |
addRequestor(org.xipki.ca.api.NameId nameId) |
void |
clearCa() |
void |
clearCertprofile() |
void |
clearPublisher() |
void |
clearRequestor() |
org.xipki.ca.api.NameId |
getCa(int id) |
org.xipki.ca.api.NameId |
getCa(String name) |
String |
getCaName(int id) |
org.xipki.ca.api.NameId |
getCertprofile(int id) |
org.xipki.ca.api.NameId |
getCertprofile(String name) |
String |
getCertprofileName(int id) |
org.xipki.ca.api.NameId |
getPublisher(int id) |
org.xipki.ca.api.NameId |
getPublisher(String name) |
String |
getPublisherName(int id) |
org.xipki.ca.api.NameId |
getRequestor(int id) |
org.xipki.ca.api.NameId |
getRequestor(String name) |
String |
getRequestorName(int id) |
org.xipki.ca.api.NameId |
removeCa(int id) |
org.xipki.ca.api.NameId |
removeCa(String name) |
org.xipki.ca.api.NameId |
removeCertprofile(int id) |
org.xipki.ca.api.NameId |
removeCertprofile(String name) |
org.xipki.ca.api.NameId |
removePublisher(int id) |
org.xipki.ca.api.NameId |
removePublisher(String name) |
org.xipki.ca.api.NameId |
removeRequestor(int id) |
org.xipki.ca.api.NameId |
removeRequestor(String name) |
public void addCertprofile(org.xipki.ca.api.NameId nameId)
public void addPublisher(org.xipki.ca.api.NameId nameId)
public void addRequestor(org.xipki.ca.api.NameId nameId)
public void addCa(org.xipki.ca.api.NameId nameId)
public org.xipki.ca.api.NameId getCertprofile(int id)
public org.xipki.ca.api.NameId getCertprofile(String name)
public org.xipki.ca.api.NameId getPublisher(int id)
public org.xipki.ca.api.NameId getPublisher(String name)
public org.xipki.ca.api.NameId getRequestor(int id)
public org.xipki.ca.api.NameId getRequestor(String name)
public org.xipki.ca.api.NameId getCa(int id)
public org.xipki.ca.api.NameId getCa(String name)
public String getCertprofileName(int id)
public String getPublisherName(int id)
public String getRequestorName(int id)
public String getCaName(int id)
public void clearCertprofile()
public void clearPublisher()
public void clearRequestor()
public void clearCa()
public org.xipki.ca.api.NameId removeCertprofile(int id)
public org.xipki.ca.api.NameId removeCertprofile(String name)
public org.xipki.ca.api.NameId removePublisher(int id)
public org.xipki.ca.api.NameId removePublisher(String name)
public org.xipki.ca.api.NameId removeRequestor(int id)
public org.xipki.ca.api.NameId removeRequestor(String name)
public org.xipki.ca.api.NameId removeCa(int id)
public org.xipki.ca.api.NameId removeCa(String name)
Copyright © 2018. All rights reserved.