@FunctionalInterface public interface HostKeyIdentityProvider
Modifier and Type | Method and Description |
---|---|
static Iterator<? extends Map.Entry<KeyPair,List<X509Certificate>>> |
iteratorOf(HostKeyIdentityProvider provider) |
Iterable<? extends Map.Entry<KeyPair,List<X509Certificate>>> |
loadHostKeys() |
static HostKeyIdentityProvider |
wrap(Iterable<? extends KeyPair> pairs) |
static HostKeyIdentityProvider |
wrap(KeyPair... pairs) |
Iterable<? extends Map.Entry<KeyPair,List<X509Certificate>>> loadHostKeys()
Map.Entry
of key + certificates (which can be null
/empty)static Iterator<? extends Map.Entry<KeyPair,List<X509Certificate>>> iteratorOf(HostKeyIdentityProvider provider)
static HostKeyIdentityProvider wrap(KeyPair... pairs)
static HostKeyIdentityProvider wrap(Iterable<? extends KeyPair> pairs)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.