Skip navigation links
A B C D E I K L N O P R S T 

A

AbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> - Class in org.apache.sshd.common.config.keys.loader.putty
 
AbstractPuttyKeyDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 

B

BY_KEY_TYPE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyUtils
 

C

canExtractKeyPairs(NamedResource, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
close() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 

D

decodePrivateKeyBytes(byte[], String, int, String, String) - Static method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
decodePrivateKeyBytes(byte[], String, String, int, byte[], byte[]) - Static method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
DEFAULT_INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyUtils
 
DEFAULT_PARSERS - Static variable in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyUtils
 
DSSPuttyKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.putty
 
DSSPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.DSSPuttyKeyDecoder
 

E

ECDSAPuttyKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.putty
TODO Add javadoc
ECDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.ECDSAPuttyKeyDecoder
 
EdDSAPuttyKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.putty
TODO Add javadoc
EdDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.EdDSAPuttyKeyDecoder
 
ENCRYPTION_HEADER - Static variable in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
extractDataLines(NamedResource, List<String>, int, String, String, List<String>) - Static method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 

I

INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.DSSPuttyKeyDecoder
 
INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.ECDSAPuttyKeyDecoder
 
INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.EdDSAPuttyKeyDecoder
 
INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.RSAPuttyKeyDecoder
 

K

KEY_FILE_HEADER_PREFIX - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
KNOWN_HEADERS - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 

L

loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(SessionContext, NamedResource, List<String>, List<String>, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(SessionContext, NamedResource, String, String, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(NamedResource, byte[], byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(NamedResource, InputStream, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
 
loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.DSSPuttyKeyDecoder
 
loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.ECDSAPuttyKeyDecoder
 
loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.EdDSAPuttyKeyDecoder
 
loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.putty.RSAPuttyKeyDecoder
 

N

NO_PRIVATE_KEY_ENCRYPTION_VALUE - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
Value (case insensitive) used to denote that private key is not encrypted

O

org.apache.sshd.common.config.keys.loader.putty - package org.apache.sshd.common.config.keys.loader.putty
 

P

PPK_FILE_SUFFIX - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
PRIVATE_LINES_HEADER - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
PUBLIC_LINES_HEADER - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
 
PuttyKeyPairResourceParser<PUB extends PublicKey,PRV extends PrivateKey> - Interface in org.apache.sshd.common.config.keys.loader.putty
Loads a KeyPair from PuTTY's ".ppk" file.
PuttyKeyReader - Class in org.apache.sshd.common.config.keys.loader.putty
Helper class for Putty key files decoders
PuttyKeyReader(InputStream) - Constructor for class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 
PuttyKeyUtils - Class in org.apache.sshd.common.config.keys.loader.putty
 

R

read(int) - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 
readInt() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 
readString() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 
readString(Charset) - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 
RSAPuttyKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.putty
 
RSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.RSAPuttyKeyDecoder
 

S

skip() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
 

T

toEncryptionKey(String) - Static method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
Converts a pass-phrase into a key, by following the convention that PuTTY uses.
A B C D E I K L N O P R S T 
Skip navigation links

Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.