x509-parser
x509-parser copied to clipboard
Add visitor pattern for Certification Request Info object and attributes
This PR implements visitor patterns for X509CertificationRequestInfo and X509CriAttribute.
It offers multiple (redundant) methods to allow accessing raw (unparsed) data and/or typed data (if parsed successfully).
References: #205 and #206