Class CertificateSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class CertificateSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 :
     "Due to changes made to the definition of a Certificate through time,
      no LDAP-specific encoding is defined for this syntax.  Values of this
      syntax SHOULD be encoded using Distinguished Encoding Rules (DER)
      [X.690] and MUST only be transferred using the ;binary transfer
      option"
     
    It has been removed in RFC 4517
    Author:
    Apache Directory Project
    See Also:
    Serialized Form