Interface X509Certificate.FieldHandler
- All Superinterfaces:
CertificateParser.ParserHandler
- Enclosing interface:
X509Certificate
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 TypeMethodDescriptionbooleanonField(short fieldID, byte[] field) Override this method to process the certificate element being parsed
-
Method Details
-
onField
boolean onField(short fieldID, byte[] field) Override this method to process the certificate element being parsed- Parameters:
fieldID- the field identifierfield- a temporary read-only array view on the specified field.- Returns:
trueto inform the parser to keep the certificate field to be able to use it to initialize a new Certificate instance- See Also:
-