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


Field Summary
private  Resource key
          .
private static Logger log
          .
 
Fields inherited from interface org.apache.sshd.common.KeyPairProvider
SSH_DSS, SSH_RSA
 
Constructor Summary
URLKeyPairProvider(Resource key)
           
 
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 Logger log
.


key

private final Resource key
.

Constructor Detail

URLKeyPairProvider

public URLKeyPairProvider(Resource key)
Method Detail

loadKeys

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


Copyright © 2014 eXo Platform SAS. All Rights Reserved.