Contents
Interface X509UsernameRetriever
- All Known Implementing Classes:
X509SubjectDnRetriever
public interface X509UsernameRetriever
Provides an interface for retrieving a username from an X509Certificate.
-
Method Summary
Modifier and TypeMethodDescriptiongetUsername
(X509Certificate cert) Gets a username from an X509Certificate.