|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.sshd.common.keyprovider.AbstractKeyPairProvider org.crsh.auth.FilePublicKeyProvider
class FilePublicKeyProvider
A modified version of FileKeyPairProvider
that only load public keys either as KeyPair
or as PublicKey
.
Field Summary | |
---|---|
private String[] |
files . |
private static org.slf4j.Logger |
LOG . |
Fields inherited from class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider |
---|
log |
Fields inherited from interface org.apache.sshd.common.KeyPairProvider |
---|
ECDSA_SHA2_NISTP256, ECDSA_SHA2_NISTP384, ECDSA_SHA2_NISTP521, SSH_DSS, SSH_RSA |
Constructor Summary | |
---|---|
FilePublicKeyProvider(String[] files) |
Method Summary | |
---|---|
Iterable<KeyPair> |
loadKeys() |
Methods inherited from class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider |
---|
getKeyTypes, loadKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.slf4j.Logger LOG
private String[] files
Constructor Detail |
---|
FilePublicKeyProvider(String[] files)
Method Detail |
---|
public Iterable<KeyPair> loadKeys()
loadKeys
in interface org.apache.sshd.common.KeyPairProvider
loadKeys
in class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |