Class CaProfileConf


  • public class CaProfileConf
    extends java.lang.Object
    Gateway's CA-Profile Map.
    Since:
    6.4.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      CaProfileConf()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCa()  
      java.lang.String getCertprofile()  
      java.lang.String getName()  
      void setCa​(java.lang.String ca)  
      void setCertprofile​(java.lang.String certprofile)  
      void setName​(java.lang.String name)  
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaProfileConf

        public CaProfileConf()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getCa

        public java.lang.String getCa()
      • setCa

        public void setCa​(java.lang.String ca)
      • getCertprofile

        public java.lang.String getCertprofile()
      • setCertprofile

        public void setCertprofile​(java.lang.String certprofile)
      • validate

        public void validate()
                      throws org.xipki.util.exception.InvalidConfException
        Throws:
        org.xipki.util.exception.InvalidConfException