Class X509CertStoreSelector

    • Constructor Detail

      • X509CertStoreSelector

        public X509CertStoreSelector()
        Deprecated.
    • Method Detail

      • match

        public boolean match​(Object obj)
        Deprecated.
        Description copied from interface: Selector
        Match the passed in object, returning true if it would be selected by this selector, false otherwise.
        Specified by:
        match in interface Selector
        Parameters:
        obj - the object to be matched.
        Returns:
        true if the object is a match for this selector, false otherwise.
      • getInstance

        public static X509CertStoreSelector getInstance​(X509CertSelector selector)
        Deprecated.
        Returns an instance of this from a X509CertSelector.
        Parameters:
        selector - A X509CertSelector instance.
        Returns:
        An instance of an X509CertStoreSelector.
        Throws:
        IllegalArgumentException - if selector is null or creation fails.