Interface PKIXValidationInformationResolver

    • Method Detail

      • resolveTrustedNames

        @Nonnull
        Set<String> resolveTrustedNames​(@Nullable
                                        CriteriaSet criteriaSet)
                                 throws ResolverException
        Resolve a set of trusted names associated with the entity indicated by the criteria. This method is optional to implement.
        Parameters:
        criteriaSet - set of criteria used to determine or resolve the trusted names
        Returns:
        the set of certificate names trusted for an entity
        Throws:
        ResolverException - thrown if there is an error resolving the trusted names
        UnsupportedOperationException - thrown if this optional method is not supported by the implementation
      • supportsTrustedNameResolution

        boolean supportsTrustedNameResolution()
        Check whether resolution of trusted names is supported.
        Returns:
        true if the implementation supports resolution of trusted names, otherwise false