Interface PseudoStrategy
- All Known Implementing Classes:
JoinedPseudoStrategy,PseudoGermanyStrategy
public interface PseudoStrategy
A strategy to extract a pseudo
String from a given certificate-
Method Summary
Modifier and TypeMethodDescriptiongetPseudo(CertificateWrapper certificate) Gets pseudo for the certificate
-
Method Details
-
getPseudo
Gets pseudo for the certificate- Parameters:
certificate-CertificateWrapperto get pseudo for- Returns:
String
-