Package org.ldaptive
Class DnParser.OctetStringHandler
java.lang.Object
org.ldaptive.DnParser.OctetStringHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
- DnParser
Parse handler for decoding octet strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the decoded octet string value.void
Invoked when a DER path is encountered that belongs to this parse handler.
-
Field Details
-
decoded
Decoded octet string.
-
-
Constructor Details
-
OctetStringHandler
private OctetStringHandler()
-
-
Method Details
-
handle
Description copied from interface:ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.- Specified by:
handle
in interfaceParseHandler
- Parameters:
parser
- that invoked this handlerencoded
- to handle
-
getDecodedValue
Returns the decoded octet string value.- Returns:
- decoded octet string
-