| Package | Description |
|---|---|
| net.shibboleth.metadata.dom |
Implementations of core APIs that operate on W3C DOM based metadata.
|
| net.shibboleth.metadata.validate.x509 |
Validation classes for X.509 certificate objects.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Validator<V>> |
AbstractDOMValidationStage.validators
The list of validators to apply.
|
| Modifier and Type | Method and Description |
|---|---|
List<Validator<V>> |
AbstractDOMValidationStage.getValidators()
Gets the list of validators being applied to each item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDOMValidationStage.setValidators(List<Validator<V>> newValidators)
Set the list of validators to apply to each item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractX509Validator
Abstract class implementing validation on
X509Certificate objects. |
class |
X509RSAExponentValidator
Validator class to check RSA public exponent values in X.509 certificates.
|
class |
X509RSAKeyLengthValidator
Validator class to check RSA key lengths in X.509 certificates.
|
class |
X509RSAOpenSSLBlacklistValidator
Validator class to check RSA moduli in X.509 certificates against a OpenSSL-format
blacklist.
|
Copyright © 1999–2016. All rights reserved.