Package | Description |
---|---|
org.ldaptive.asn1 |
Modifier and Type | Method and Description |
---|---|
DERPath |
DERPath.pushNode(String name)
Appends a node to the path.
|
DERPath |
DERPath.pushNode(String name,
int index)
Appends a node to the path with the given child index.
|
Modifier and Type | Method and Description |
---|---|
void |
DERParser.registerHandler(DERPath path,
ParseHandler handler)
Registers the supplied handler to fire when the supplied path is encountered.
|
Constructor and Description |
---|
DERPath(DERPath path)
Copy constructor.
|
Copyright © 2023. All rights reserved.