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