Interface HostKeyIdentityProvider

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface HostKeyIdentityProvider
    • Method Detail

      • loadHostKeys

        java.lang.Iterable<? extends java.util.Map.Entry<java.security.KeyPair,​java.util.List<java.security.cert.X509Certificate>>> loadHostKeys()
        Returns:
        The host keys as a Map.Entry of key + certificates (which can be null/empty)
      • iteratorOf

        static java.util.Iterator<? extends java.util.Map.Entry<java.security.KeyPair,​java.util.List<java.security.cert.X509Certificate>>> iteratorOf​(HostKeyIdentityProvider provider)