Class TrustManagerProviderReplaceCertificateTrustBehavior

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ASN1Element encode()
      Encodes this trust behavior object to an ASN.1 element suitable for inclusion in a replace listener certificate request.
      java.lang.String getProviderName()
      Retrieves the name of the trust manager provider to be updated with information about the new listener certificate.
      void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this trust behavior object to the provided buffer.
      • Methods inherited from class java.lang.Object

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

      • TrustManagerProviderReplaceCertificateTrustBehavior

        public TrustManagerProviderReplaceCertificateTrustBehavior​(@NotNull
                                                                   java.lang.String providerName)
        Creates a new trust manager provider trust behavior object with the provided information.
        Parameters:
        providerName - The name of the file-based trust manager provider to be updated with information about the new listener certificate. It must not be null.
    • Method Detail

      • getProviderName

        @NotNull
        public java.lang.String getProviderName()
        Retrieves the name of the trust manager provider to be updated with information about the new listener certificate.
        Returns:
        The name of the trust manager provider to be updated with information about the new listener certificate.
      • encode

        @NotNull
        public ASN1Element encode()
        Encodes this trust behavior object to an ASN.1 element suitable for inclusion in a replace listener certificate request.
        Specified by:
        encode in class ReplaceCertificateTrustBehavior
        Returns:
        The ASN.1 element containing an encoded representation of this trust behavior object.
      • toString

        public void toString​(@NotNull
                             java.lang.StringBuilder buffer)
        Appends a string representation of this trust behavior object to the provided buffer.
        Specified by:
        toString in class ReplaceCertificateTrustBehavior
        Parameters:
        buffer - The buffer to which the encoded representation should be appended. It must not be null.