Class TrustedNamesCriterion

  • All Implemented Interfaces:
    Criterion

    public class TrustedNamesCriterion
    extends Object
    implements Criterion
    A criterion implementation for conveying a dynamically-generated set of trusted names for PKIX validation purposes. This criterion would typically be evaluated by a PKIXValidationInformationResolver that supports trusted name resolution.
    • Field Detail

      • trustedNames

        private Set<String> trustedNames
        The set of trusted names.
    • Constructor Detail

      • TrustedNamesCriterion

        public TrustedNamesCriterion​(@Nonnull
                                     Set<String> names)
        Constructor.
        Parameters:
        names - the set of trusted names