org.crsh.ssh.term
Class URLKeyPairProvider

java.lang.Object
  extended by org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
      extended by 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
 
Constructor Summary
URLKeyPairProvider(URL url)
           
 
Method Summary
protected  KeyPair[] loadKeys()
           
 
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
 

Field Detail

LOG

private static final org.slf4j.Logger LOG
.


url

private final URL url
.

Constructor Detail

URLKeyPairProvider

public URLKeyPairProvider(URL url)
Method Detail

loadKeys

protected KeyPair[] loadKeys()
Specified by:
loadKeys in class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider


Copyright © 2012 eXo Platform SAS. All Rights Reserved.