Interface X509UsernameRetriever
- All Known Implementing Classes:
- X509SubjectDnRetriever
public interface X509UsernameRetriever
Provides an interface for retrieving a username from an X509Certificate.
- 
Method SummaryModifier and TypeMethodDescriptiongetUsername(X509Certificate cert) Gets a username from an X509Certificate.
- 
Method Details- 
getUsernameGets a username from an X509Certificate.- Parameters:
- cert- The certificate containing the username.
- Returns:
- An appropriate username obtained from one or more fields in the certificate.
 
 
-