Uses of Interface
network.oxalis.commons.certvalidator.api.Report
-
Packages that use Report 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. -
-
Uses of Report in network.oxalis.commons.certvalidator
Methods in network.oxalis.commons.certvalidator that return Report Modifier and Type Method Description ReportValidator. validate(byte[] bytes, Report report)ReportValidator. validate(InputStream inputStream, Report report)ReportValidator. validate(X509Certificate certificate, Report report)ReportValidatorGroup. validate(byte[] bytes, Report report)ReportValidatorGroup. validate(InputStream inputStream, Report report)ReportValidatorGroup. validate(String name, byte[] bytes, Report report)ReportValidatorGroup. validate(String name, InputStream inputStream, Report report)ReportValidatorGroup. validate(String name, X509Certificate certificate, Report report)ReportValidatorGroup. validate(X509Certificate certificate, Report report)Methods in network.oxalis.commons.certvalidator with parameters of type Report Modifier and Type Method Description ReportValidator. validate(byte[] bytes, Report report)ReportValidator. validate(InputStream inputStream, Report report)ReportValidator. validate(X509Certificate certificate, Report report)ReportValidatorGroup. validate(byte[] bytes, Report report)ReportValidatorGroup. validate(InputStream inputStream, Report report)ReportValidatorGroup. validate(String name, byte[] bytes, Report report)ReportValidatorGroup. validate(String name, InputStream inputStream, Report report)ReportValidatorGroup. validate(String name, X509Certificate certificate, Report report)ReportValidatorGroup. validate(X509Certificate certificate, Report report) -
Uses of Report in network.oxalis.commons.certvalidator.api
Methods in network.oxalis.commons.certvalidator.api that return Report Modifier and Type Method Description ReportReport. copy()ReportValidatorRule. validate(X509Certificate certificate, Report report)Validate certificate.Methods in network.oxalis.commons.certvalidator.api with parameters of type Report Modifier and Type Method Description ReportValidatorRule. validate(X509Certificate certificate, Report report)Validate certificate. -
Uses of Report in network.oxalis.commons.certvalidator.extra
Methods in network.oxalis.commons.certvalidator.extra that return Report Modifier and Type Method Description ReportNorwegianOrganizationNumberRule. validate(X509Certificate certificate, Report report)Validate certificate.Methods in network.oxalis.commons.certvalidator.extra with parameters of type Report Modifier and Type Method Description ReportNorwegianOrganizationNumberRule. validate(X509Certificate certificate, Report report)Validate certificate. -
Uses of Report in network.oxalis.commons.certvalidator.rule
Methods in network.oxalis.commons.certvalidator.rule that return Report Modifier and Type Method Description ReportAbstractRule. validate(X509Certificate certificate, Report report)ReportChainRule. validate(X509Certificate certificate, Report report)Validate certificate.ReportOCSPRule. validate(X509Certificate certificate, Report report)ReportPrincipalNameRule. validate(X509Certificate certificate, Report report)Validate certificate.ReportSigningRule. validate(X509Certificate certificate, Report report)Methods in network.oxalis.commons.certvalidator.rule with parameters of type Report Modifier and Type Method Description ReportAbstractRule. validate(X509Certificate certificate, Report report)ReportChainRule. validate(X509Certificate certificate, Report report)Validate certificate.ReportOCSPRule. validate(X509Certificate certificate, Report report)ReportPrincipalNameRule. validate(X509Certificate certificate, Report report)Validate certificate.ReportSigningRule. validate(X509Certificate certificate, Report report) -
Uses of Report in network.oxalis.commons.certvalidator.structure
Methods in network.oxalis.commons.certvalidator.structure that return Report Modifier and Type Method Description ReportAndJunction. validate(X509Certificate certificate, Report report)Validate certificate.ReportOrJunction. validate(X509Certificate certificate, Report report)Validate certificate.ReportXorJunction. validate(X509Certificate certificate, Report report)Validate certificate.Methods in network.oxalis.commons.certvalidator.structure with parameters of type Report Modifier and Type Method Description ReportAndJunction. validate(X509Certificate certificate, Report report)Validate certificate.ReportOrJunction. validate(X509Certificate certificate, Report report)Validate certificate.ReportXorJunction. validate(X509Certificate certificate, Report report)Validate certificate. -
Uses of Report in network.oxalis.commons.certvalidator.util
Classes in network.oxalis.commons.certvalidator.util that implement Report Modifier and Type Class Description classDummyReportclassSimpleReportMethods in network.oxalis.commons.certvalidator.util that return Report Modifier and Type Method Description ReportDummyReport. copy()ReportSimpleReport. copy()static ReportSimpleReport. newInstance()ReportCachedValidatorRule. validate(X509Certificate certificate, Report report)Methods in network.oxalis.commons.certvalidator.util with parameters of type Report Modifier and Type Method Description ReportCachedValidatorRule. validate(X509Certificate certificate, Report report)
-