| 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.structure |
Package for logical operations to create more advanced validators.
|
| network.oxalis.commons.certvalidator.util |
Some default implementations for easy use.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
ValidatorGroup.validate(byte[] bytes,
Report report) |
Report |
Validator.validate(byte[] bytes,
Report report) |
Report |
ValidatorGroup.validate(InputStream inputStream,
Report report) |
Report |
Validator.validate(InputStream inputStream,
Report report) |
Report |
ValidatorGroup.validate(String name,
byte[] bytes,
Report report) |
Report |
ValidatorGroup.validate(String name,
InputStream inputStream,
Report report) |
Report |
ValidatorGroup.validate(String name,
X509Certificate certificate,
Report report) |
Report |
ValidatorGroup.validate(X509Certificate certificate,
Report report) |
Report |
Validator.validate(X509Certificate certificate,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
ValidatorGroup.validate(byte[] bytes,
Report report) |
Report |
Validator.validate(byte[] bytes,
Report report) |
Report |
ValidatorGroup.validate(InputStream inputStream,
Report report) |
Report |
Validator.validate(InputStream inputStream,
Report report) |
Report |
ValidatorGroup.validate(String name,
byte[] bytes,
Report report) |
Report |
ValidatorGroup.validate(String name,
InputStream inputStream,
Report report) |
Report |
ValidatorGroup.validate(String name,
X509Certificate certificate,
Report report) |
Report |
ValidatorGroup.validate(X509Certificate certificate,
Report report) |
Report |
Validator.validate(X509Certificate certificate,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.copy() |
Report |
ValidatorRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
ValidatorRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
NorwegianOrganizationNumberRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
NorwegianOrganizationNumberRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
SigningRule.validate(X509Certificate certificate,
Report report) |
Report |
OCSPRule.validate(X509Certificate certificate,
Report report) |
Report |
ChainRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
PrincipalNameRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
AbstractRule.validate(X509Certificate certificate,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
SigningRule.validate(X509Certificate certificate,
Report report) |
Report |
OCSPRule.validate(X509Certificate certificate,
Report report) |
Report |
ChainRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
PrincipalNameRule.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
AbstractRule.validate(X509Certificate certificate,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
OrJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
XorJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
AndJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
OrJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
XorJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
Report |
AndJunction.validate(X509Certificate certificate,
Report report)
Validate certificate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyReport |
class |
SimpleReport |
| Modifier and Type | Method and Description |
|---|---|
Report |
SimpleReport.copy() |
Report |
DummyReport.copy() |
static Report |
SimpleReport.newInstance() |
Report |
CachedValidatorRule.validate(X509Certificate certificate,
Report report) |
| Modifier and Type | Method and Description |
|---|---|
Report |
CachedValidatorRule.validate(X509Certificate certificate,
Report report) |
Copyright © 2022 NorStella. All rights reserved.