| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.util.validation |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<ValidationCheck> |
ValidationCheck.ALL_OPTIONAL_CHECKS
A set the includes all
ValidationChecks. |
static com.google.common.collect.ImmutableSet<ValidationCheck> |
ValidationCheck.NO_OPTIONAL_CHECKS
A set that includes none of the optional
ValidationChecks. |
| Modifier and Type | Method and Description |
|---|---|
static ValidationCheck |
ValidationCheck.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationCheck[] |
ValidationCheck.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CertificateValidationUtil.validateTrustedCertPath(CertPath certPath,
TrustAnchor trustAnchor,
Collection<X509CRL> crls,
Set<ValidationCheck> validationChecks,
boolean endEntityIsClient)
Validates the trusted certificate path represented by a
TrustAnchor and a CertPath that may or
may not be empty, depending on the length of the path. |
| Constructor and Description |
|---|
OpcUaCertificateRevocationChecker(CertPath certPath,
TrustAnchor trustAnchor,
PKIXParameters parameters,
Set<ValidationCheck> validationChecks) |
OpcUaCertificateValidityChecker(CertPath certPath,
TrustAnchor trustAnchor,
Set<ValidationCheck> validationChecks) |
Copyright © 2025. All rights reserved.