org.crsh.ssh.term
Class URLKeyPairProvider
java.lang.Object
org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
org.crsh.ssh.term.URLKeyPairProvider
- All Implemented Interfaces:
- org.apache.sshd.common.KeyPairProvider
public class URLKeyPairProvider
- extends org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
- Author:
- Julien Viet
Field Summary |
private static org.slf4j.Logger |
LOG
. |
private URL |
url
. |
Fields inherited from interface org.apache.sshd.common.KeyPairProvider |
SSH_DSS, SSH_RSA |
Methods inherited from class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider |
getKeyType, getKeyTypes, loadKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.slf4j.Logger LOG
- .
url
private final URL url
- .
URLKeyPairProvider
public URLKeyPairProvider(URL url)
loadKeys
protected KeyPair[] loadKeys()
- Specified by:
loadKeys
in class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
Copyright © 2012 eXo Platform SAS. All Rights Reserved.