Uses of Interface
network.oxalis.commons.certvalidator.api.Property
-
Packages that use Property 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.util Some default implementations for easy use. -
-
Uses of Property in network.oxalis.commons.certvalidator
Fields in network.oxalis.commons.certvalidator declared as Property Modifier and Type Field Description static Property<X509Certificate>Validator. CERTIFICATE -
Uses of Property in network.oxalis.commons.certvalidator.api
Methods in network.oxalis.commons.certvalidator.api that return types with arguments of type Property Modifier and Type Method Description Set<Property>Report. keys()Methods in network.oxalis.commons.certvalidator.api with parameters of type Property Modifier and Type Method Description <T> booleanReport. contains(Property<T> key)<T> TReport. get(Property<T> key)<T> voidReport. set(Property<T> key, T value) -
Uses of Property in network.oxalis.commons.certvalidator.extra
Fields in network.oxalis.commons.certvalidator.extra declared as Property Modifier and Type Field Description static Property<NorwegianOrganizationNumberRule.NorwegianOrganization>NorwegianOrganizationNumberRule. ORGANIZATION -
Uses of Property in network.oxalis.commons.certvalidator.rule
Fields in network.oxalis.commons.certvalidator.rule declared as Property Modifier and Type Field Description static Property<X509Certificate>ChainRule. ANCHORstatic Property<SigningRule.Kind>SigningRule. KINDstatic Property<String>PrincipalNameRule. NAMEstatic Property<List<? extends Certificate>>ChainRule. PATHstatic Property<network.oxalis.pkix.ocsp.CertificateResult>OCSPRule. RESULT -
Uses of Property in network.oxalis.commons.certvalidator.util
Classes in network.oxalis.commons.certvalidator.util that implement Property Modifier and Type Class Description classSimpleProperty<T>Methods in network.oxalis.commons.certvalidator.util that return Property Modifier and Type Method Description static <T> Property<T>SimpleProperty. create()Methods in network.oxalis.commons.certvalidator.util that return types with arguments of type Property Modifier and Type Method Description Set<Property>DummyReport. keys()Set<Property>SimpleReport. keys()Methods in network.oxalis.commons.certvalidator.util with parameters of type Property Modifier and Type Method Description <T> booleanDummyReport. contains(Property<T> key)<T> booleanSimpleReport. contains(Property<T> key)<T> TDummyReport. get(Property<T> key)<T> TSimpleReport. get(Property<T> key)<T> voidDummyReport. set(Property<T> key, T value)<T> voidSimpleReport. set(Property<T> key, T value)
-