Class DANEEntrySelector

java.lang.Object
org.bouncycastle.cert.dane.DANEEntrySelector
All Implemented Interfaces:
Cloneable, Selector

public class DANEEntrySelector extends Object implements Selector
  • Method Details

    • match

      public boolean match(Object obj)
      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.
    • clone

      public Object clone()
      Specified by:
      clone in interface Selector
      Overrides:
      clone in class Object
    • getDomainName

      public String getDomainName()