Interface X509PrincipalExtractor

  • All Known Implementing Classes:
    SubjectDnX509PrincipalExtractor

    public interface X509PrincipalExtractor
    Obtains the principal from an X509Certificate for use within the framework.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object extractPrincipal​(java.security.cert.X509Certificate cert)
      Returns the principal (usually a String) for the given certificate.
    • Method Detail

      • extractPrincipal

        java.lang.Object extractPrincipal​(java.security.cert.X509Certificate cert)
        Returns the principal (usually a String) for the given certificate.