Class DefaultIdentityParser

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String parseIdentityFromCert​(java.security.cert.X509Certificate certificate)
      Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
      • Methods inherited from class java.lang.Object

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

      • DefaultIdentityParser

        public DefaultIdentityParser()
    • Method Detail

      • parseIdentityFromCert

        public java.lang.String parseIdentityFromCert​(java.security.cert.X509Certificate certificate)
        Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
        Specified by:
        parseIdentityFromCert in interface IdentityParser
        Parameters:
        certificate - The X509Certificate for the request
        Returns:
        Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.