public interface KeyPairProviderHolder
| Modifier and Type | Method and Description |
|---|---|
KeyPairProvider |
getKeyPairProvider()
Retrieve the
KeyPairProvider that will be used to find the host key to use on the server side or the
user key on the client side. |
void |
setKeyPairProvider(KeyPairProvider keyPairProvider) |
KeyPairProvider getKeyPairProvider()
KeyPairProvider that will be used to find the host key to use on the server side or the
user key on the client side.KeyPairProvider, never nullvoid setKeyPairProvider(KeyPairProvider keyPairProvider)
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.