Class DANEEntryStore

  • All Implemented Interfaces:
    org.bouncycastle.util.Store

    public class DANEEntryStore
    extends java.lang.Object
    implements org.bouncycastle.util.Store
    Class storing DANEEntry objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection getMatches​(org.bouncycastle.util.Selector selector)
      Return a collection of entries matching the passed in selector.
      org.bouncycastle.util.Store toCertificateStore()
      Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMatches

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

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