org.ldaptive.asn1
Interface ParseHandler
- All Known Implementing Classes:
- AbstractParseHandler
public interface ParseHandler
Provides a hook in the DER parser for handling specific paths as they are
encountered.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
|
Method Summary |
void |
handle(DERParser parser,
ByteBuffer encoded)
Invoked when a DER path is encountered that belongs to this parse handler. |
handle
void handle(DERParser parser,
ByteBuffer encoded)
- Invoked when a DER path is encountered that belongs to this parse handler.
- Parameters:
parser - that invoked this handlerencoded - to handle
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.