Class CertificateUpdate

    • Constructor Detail

      • CertificateUpdate

        public CertificateUpdate()
    • Method Detail

      • getPrivateKey

        public String getPrivateKey()
        The private key in pem format.
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
        The private key in pem format.
      • getPublicKey

        public String getPublicKey()
        The public key in pem format.
      • setPublicKey

        public void setPublicKey​(String publicKey)
        The public key in pem format.
      • getCertificate

        public String getCertificate()
        The certificate in pem format.
      • setCertificate

        public void setCertificate​(String certificate)
        The certificate in pem format.
      • withCertificate

        public CertificateUpdate withCertificate​(String certificate)
        The certificate in pem format.
      • getCaCertificates

        public List<String> getCaCertificates()
        List of CA certificates in pem format.
      • setCaCertificates

        public void setCaCertificates​(List<String> caCertificates)
        List of CA certificates in pem format.
      • withCaCertificates

        public CertificateUpdate withCaCertificates​(List<String> caCertificates)
        List of CA certificates in pem format.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object