Fix typo (GSER Parser) and wrong description (Certificate Syntax)
(Changes reviewed manually by Matthew Swift)
| | |
| | | ERR_CERTIFICATE_MATCH_EXPECTED_END_338=The GSER value contains additional \ |
| | | characters at the end of the assertion |
| | | ERR_CERTIFICATE_MATCH_GSER_INVALID_339=An error occured while parsing the \ |
| | | the GSER String: "%s" |
| | | GSER String: "%s" |
| | |
| | | |
| | | |
| | | /** |
| | | * This class implements the certificate attribute syntax. This should be |
| | | * restricted to holding only X.509 certificates, but we will accept any set of |
| | | * bytes. It will be treated much like the octet string attribute syntax. |
| | | * This class implements the certificate attribute syntax. It is restricted to |
| | | * accept only X.509 certificates. |
| | | */ |
| | | public class CertificateSyntax |
| | | extends AttributeSyntax<CertificateAttributeSyntaxCfg> |