Interface ICertificateParser
- All Known Implementing Classes:
ICACertificateParser
public interface ICertificateParser
Interface for the certificate parsers.
- Author:
- Petr Dvorak, petr@wultra.com
-
Method Summary
-
Method Details
-
parse
Parse provided certificate in PEM format.- Parameters:
certificatePem- Certificate in PEM format.- Returns:
- Structured certificate info.
- Throws:
CertificateException- In case certificate cannot be parsed (or in rare case X.509 is not supported).
-