Class X509CertificateStringifier

    • Constructor Detail

      • X509CertificateStringifier

        public X509CertificateStringifier()
    • Method Detail

      • stringify

        public static String stringify​(X509Certificate cert)
        Static variant when direct call will suffice.
      • stringify

        public String stringify​(Object object)
        Description copied from interface: Stringifier
        Produce a String representation of an object. The actual output has no other semantics; each Stringifier may choose to target a particular type of user.

        The resulting String should be suitable for display to a user.

        Specified by:
        stringify in interface Stringifier
        Parameters:
        object - the Object for which a String should be produced