Class Certificates

    • Method Detail

      • clusterCsr

        public final String clusterCsr()

        The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.

        Returns:
        The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.
      • hsmCertificate

        public final String hsmCertificate()

        The HSM certificate issued (signed) by the HSM hardware.

        Returns:
        The HSM certificate issued (signed) by the HSM hardware.
      • awsHardwareCertificate

        public final String awsHardwareCertificate()

        The HSM hardware certificate issued (signed) by CloudHSM.

        Returns:
        The HSM hardware certificate issued (signed) by CloudHSM.
      • manufacturerHardwareCertificate

        public final String manufacturerHardwareCertificate()

        The HSM hardware certificate issued (signed) by the hardware manufacturer.

        Returns:
        The HSM hardware certificate issued (signed) by the hardware manufacturer.
      • clusterCertificate

        public final String clusterCertificate()

        The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

        Returns:
        The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)