Interface X509Certificate.FieldHandler

All Superinterfaces:
CertificateParser.ParserHandler
Enclosing interface:
X509Certificate

public static interface X509Certificate.FieldHandler extends CertificateParser.ParserHandler
FieldHandler is a specialized CertificateParser.ParserHandler that will be triggered by the CertificateParser each time a certificate field is found.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onField(short fieldID, byte[] field)
    Override this method to process the certificate element being parsed