Class OcspServerConf.Signer

  • Enclosing class:
    OcspServerConf

    public static class OcspServerConf.Signer
    extends org.xipki.util.ValidatableConf
    • Constructor Detail

      • Signer

        public Signer()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getAlgorithms

        public List<String> getAlgorithms()
      • setAlgorithms

        public void setAlgorithms​(List<String> algorithms)
      • getCert

        public org.xipki.util.FileOrBinary getCert()
      • setCert

        public void setCert​(org.xipki.util.FileOrBinary cert)
      • getCaCerts

        public List<org.xipki.util.FileOrBinary> getCaCerts()
      • setCaCerts

        public void setCaCerts​(List<org.xipki.util.FileOrBinary> caCerts)
      • validate

        public void validate()
                      throws org.xipki.util.exception.InvalidConfException
        Specified by:
        validate in class org.xipki.util.ValidatableConf
        Throws:
        org.xipki.util.exception.InvalidConfException