Class CaIdNameMap


  • public class CaIdNameMap
    extends Object
    Container of NameId of CA management entries.
    Since:
    2.2.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • CaIdNameMap

        public CaIdNameMap()
    • Method Detail

      • addCertprofile

        public void addCertprofile​(org.xipki.ca.api.NameId nameId)
      • addPublisher

        public void addPublisher​(org.xipki.ca.api.NameId nameId)
      • addRequestor

        public void addRequestor​(org.xipki.ca.api.NameId nameId)
      • addCa

        public void addCa​(org.xipki.ca.api.NameId nameId)
      • getCertprofile

        public org.xipki.ca.api.NameId getCertprofile​(int id)
      • getCertprofile

        public org.xipki.ca.api.NameId getCertprofile​(String name)
      • getPublisher

        public org.xipki.ca.api.NameId getPublisher​(String name)
      • getRequestor

        public org.xipki.ca.api.NameId getRequestor​(int id)
      • getRequestor

        public org.xipki.ca.api.NameId getRequestor​(String name)
      • getCa

        public org.xipki.ca.api.NameId getCa​(int id)
      • getCa

        public org.xipki.ca.api.NameId getCa​(String name)
      • getCertprofileName

        public String getCertprofileName​(int id)
      • getPublisherName

        public String getPublisherName​(int id)
      • getCaName

        public String getCaName​(int id)
      • clearCertprofile

        public void clearCertprofile()
      • clearPublisher

        public void clearPublisher()
      • clearRequestor

        public void clearRequestor()
      • clearCa

        public void clearCa()
      • removeCertprofile

        public org.xipki.ca.api.NameId removeCertprofile​(int id)
      • removeRequestor

        public org.xipki.ca.api.NameId removeRequestor​(int id)
      • removeCa

        public org.xipki.ca.api.NameId removeCa​(String name)