Class DANEEntryStore

java.lang.Object
org.spongycastle.cert.dane.DANEEntryStore
All Implemented Interfaces:
org.spongycastle.util.Store

public class DANEEntryStore extends Object implements org.spongycastle.util.Store
Class storing DANEEntry objects.
  • Method Details

    • getMatches

      public Collection getMatches(org.spongycastle.util.Selector selector) throws org.spongycastle.util.StoreException
      Return a collection of entries matching the passed in selector.
      Specified by:
      getMatches in interface org.spongycastle.util.Store
      Parameters:
      selector - the selector to validate entries against.
      Returns:
      a possibly empty collection of matched entries.
      Throws:
      org.spongycastle.util.StoreException - in case of an underlying issue.
    • toCertificateStore

      public org.spongycastle.util.Store toCertificateStore()
      Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store.
      Returns:
      a Store of X509CertificateHolder.