x509-parser icon indicating copy to clipboard operation
x509-parser copied to clipboard

Add visitor pattern for Certification Request Info object and attributes

Open chifflier opened this issue 9 months ago • 2 comments

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

chifflier avatar May 13 '25 12:05 chifflier