| Package | Description |
|---|---|
| org.nhindirect.policy |
Interface definition and structures for the certificate policy engine.
|
| org.nhindirect.policy.impl.machine |
Implementations of the
ExecutionEngine |
| Modifier and Type | Method and Description |
|---|---|
Vector<Opcode> |
Compiler.compile(X509Certificate cert,
PolicyExpression expression)
Compiles the given certificate and a parsed
PolicyExpression tree in a series of executables Opcode objects. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ExecutionEngine.evaluate(Vector<Opcode> opcodes) |
| Modifier and Type | Class and Description |
|---|---|
class |
StackMachineEntry
Implementation of the
Opcode interface specific to the StackMachine execution engine. |
| Modifier and Type | Method and Description |
|---|---|
Vector<Opcode> |
StackMachineCompiler.compile(X509Certificate cert,
PolicyExpression expression)
Compiles the given certificate and a parsed
PolicyExpression tree in a series of executables Opcode objects. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
StackMachine.evaluate(Vector<Opcode> opcodes) |
Copyright © 2010–2020 The Direct Project. All rights reserved.