Interface IdentityParser

All Known Implementing Classes:
DefaultIdentityParser

public interface IdentityParser
An interface that provides a method to parse identity information from a certificate. It's up to the implementation to decide what exact information it is.
  • Method Details

    • parseIdentityFromCert

      String parseIdentityFromCert(X509Certificate certificate)
      Returns a string representation of the identity represented by the X509Certificate.
      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.