Class SingleCertificateResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.cert.X509Certificate certificate
      Field certificate
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleCertificateResolver​(java.security.cert.X509Certificate x509cert)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.security.cert.Certificate> getIterator()
      Method getIterator
      • Methods inherited from class java.lang.Object

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

      • certificate

        private java.security.cert.X509Certificate certificate
        Field certificate
    • Constructor Detail

      • SingleCertificateResolver

        public SingleCertificateResolver​(java.security.cert.X509Certificate x509cert)
        Parameters:
        x509cert - the single X509Certificate
    • Method Detail

      • getIterator

        public java.util.Iterator<java.security.cert.Certificate> getIterator()
        Method getIterator
        Specified by:
        getIterator in class StorageResolverSpi
        Returns:
        the iterator for the storage