Uses of Enum Class
org.eclipse.milo.opcua.stack.core.util.validation.ValidationCheck
Packages that use ValidationCheck
Package
Description
-
Uses of ValidationCheck in org.eclipse.milo.opcua.stack.core.security
Constructor parameters in org.eclipse.milo.opcua.stack.core.security with type arguments of type ValidationCheckModifierConstructorDescriptionDefaultClientCertificateValidator(TrustListManager trustListManager, Set<ValidationCheck> validationChecks, CertificateQuarantine certificateQuarantine) Create aCertificateValidatorthat performs a given set of optional validation checks.DefaultServerCertificateValidator(TrustListManager trustListManager, Set<ValidationCheck> validationChecks, CertificateQuarantine certificateQuarantine) Create aDefaultServerCertificateValidatorthat performs a given set of optional validation checks. -
Uses of ValidationCheck in org.eclipse.milo.opcua.stack.core.util.validation
Fields in org.eclipse.milo.opcua.stack.core.util.validation with type parameters of type ValidationCheckModifier and TypeFieldDescriptionstatic final Set<ValidationCheck>ValidationCheck.ALL_OPTIONAL_CHECKSA set the includes allValidationChecks.static final Set<ValidationCheck>ValidationCheck.NO_OPTIONAL_CHECKSA set that includes none of the optionalValidationChecks.Methods in org.eclipse.milo.opcua.stack.core.util.validation that return ValidationCheckModifier and TypeMethodDescriptionstatic ValidationCheckReturns the enum constant of this class with the specified name.static ValidationCheck[]ValidationCheck.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.eclipse.milo.opcua.stack.core.util.validation with type arguments of type ValidationCheckModifier and TypeMethodDescriptionstatic voidCertificateValidationUtil.validateTrustedCertPath(CertPath certPath, TrustAnchor trustAnchor, Collection<X509CRL> crls, Set<ValidationCheck> validationChecks, boolean endEntityIsClient) Validates the trusted certificate path represented by aTrustAnchorand aCertPaththat may or may not be empty, depending on the length of the path.Constructor parameters in org.eclipse.milo.opcua.stack.core.util.validation with type arguments of type ValidationCheckModifierConstructorDescriptionOpcUaCertificateRevocationChecker(CertPath certPath, TrustAnchor trustAnchor, PKIXParameters parameters, Set<ValidationCheck> validationChecks) OpcUaCertificateValidityChecker(CertPath certPath, TrustAnchor trustAnchor, Set<ValidationCheck> validationChecks)