| Package | Description |
|---|---|
| org.nhindirect.policy |
Interface definition and structures for the certificate policy engine.
|
| org.nhindirect.policy.impl |
Implementations of the
PolicyExpression, PolicyLexiconParser, and PolicyOperatorExecutor interfaces. |
| Modifier and Type | Method and Description |
|---|---|
static PolicyLexicon |
PolicyLexicon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyLexicon[] |
PolicyLexicon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyLexiconParser |
PolicyLexiconParserFactory.getInstance(PolicyLexicon lexicon)
Creates an instance for a given lexicon.
|
boolean |
PolicyFilter.isCompliant(X509Certificate cert,
InputStream policyStream,
PolicyLexicon lexicon)
Checks if an X509 certificate is compliant with a given policy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultPolicyFilter.isCompliant(X509Certificate cert,
InputStream policyStream,
PolicyLexicon lexicon)
Checks if an X509 certificate is compliant with a given policy.
|
Copyright © 2010–2020 The Direct Project. All rights reserved.