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
 
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
 

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 © 2011 eXo Platform SAS. All Rights Reserved.