Interface CertificateParser.ParserHandler
- All Known Subinterfaces:
CertificateParser.KeyHandler, X509Certificate.ExtensionHandler, X509Certificate.FieldHandler
- Enclosing class:
CertificateParser
public static interface CertificateParser.ParserHandler
ParserHandler is the base interface for all handlers that can be
triggered by the CertificateParser at the time a certificate is built or parsed. Such handlers permit to filter the different elements of a certificate.
Sub-interfaces are defined for each specific certificate format and are providing specialized methods allowing
fine-grained filtering.- Since:
- 3.1
- See Also: