| Package | Description |
|---|---|
| network.oxalis.commons.certvalidator | |
| network.oxalis.commons.certvalidator.api |
API for use and extension of validator library.
|
| network.oxalis.commons.certvalidator.extra |
Rules implemented to suite specific needs worth sharing.
|
| network.oxalis.commons.certvalidator.rule |
Available rules for creation of certificate validator.
|
| network.oxalis.commons.certvalidator.util |
Some default implementations for easy use.
|
| Modifier and Type | Field and Description |
|---|---|
static Property<X509Certificate> |
Validator.CERTIFICATE |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
Report.keys() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
Report.contains(Property<T> key) |
<T> T |
Report.get(Property<T> key) |
<T> void |
Report.set(Property<T> key,
T value) |
| Modifier and Type | Field and Description |
|---|---|
static Property<NorwegianOrganizationNumberRule.NorwegianOrganization> |
NorwegianOrganizationNumberRule.ORGANIZATION |
| Modifier and Type | Field and Description |
|---|---|
static Property<X509Certificate> |
ChainRule.ANCHOR |
static Property<SigningRule.Kind> |
SigningRule.KIND |
static Property<String> |
PrincipalNameRule.NAME |
static Property<List<? extends Certificate>> |
ChainRule.PATH |
static Property<network.oxalis.pkix.ocsp.CertificateResult> |
OCSPRule.RESULT |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleProperty<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Property<T> |
SimpleProperty.create() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
SimpleReport.keys() |
Set<Property> |
DummyReport.keys() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
SimpleReport.contains(Property<T> key) |
<T> boolean |
DummyReport.contains(Property<T> key) |
<T> T |
SimpleReport.get(Property<T> key) |
<T> T |
DummyReport.get(Property<T> key) |
<T> void |
SimpleReport.set(Property<T> key,
T value) |
<T> void |
DummyReport.set(Property<T> key,
T value) |
Copyright © 2022 NorStella. All rights reserved.