Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractPuttyKeyDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.putty - AbstractPuttyKeyDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.putty.AbstractPuttyKeyDecoder
B
- BY_KEY_TYPE - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
C
- canExtractKeyPairs(NamedResource, List<String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- close() - Method in class org.apache.sshd.putty.PuttyKeyReader
D
- decodeEncryptionKey(int, String, byte[], byte[], Map<String, String>) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
Converts a pass-phrase into a key, by following the conventions that PuTTY uses.
- decodePrivateKeyBytes(byte[], String, String, int, byte[], byte[]) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- decodePrivateKeyBytes(int, byte[], String, int, String, String, Map<String, String>) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- DEFAULT_INSTANCE - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
- DEFAULT_PARSERS - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
- deriveFormat2EncryptionKey(String, byte[], byte[]) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
Uses the "legacy" KDF via SHA-1
- deriveFormat3EncryptionKey(String, String, byte[], byte[], Map<String, String>) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- DSSPuttyKeyDecoder - Class in org.apache.sshd.putty
- DSSPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.DSSPuttyKeyDecoder
E
- ECDSAPuttyKeyDecoder - Class in org.apache.sshd.putty
-
TODO Add javadoc
- ECDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- EdDSAPuttyKeyDecoder - Class in org.apache.sshd.putty
-
TODO Add javadoc
- EdDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- ENCRYPTION_HEADER - Static variable in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- extractDataLines(NamedResource, List<String>, int, String, String, List<String>) - Static method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
F
- FORMAT_3_MAC_KEY_LENGTH - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
PUTTY key v3 MAC key length
G
- getHexArrayHeaderValue(Map<String, String>, String) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- getIntegerHeaderValue(Map<String, String>, String) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- getStringHeaderValue(Map<String, String>, String) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
I
- INSTANCE - Static variable in class org.apache.sshd.putty.DSSPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.RSAPuttyKeyDecoder
K
- KEY_FILE_HEADER_PREFIX - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- KNOWN_HEADERS - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
L
- loadKeyPairs(NamedResource, int, byte[], byte[], Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, InputStream, InputStream, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.DSSPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- loadKeyPairs(NamedResource, int, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.RSAPuttyKeyDecoder
- loadKeyPairs(SessionContext, NamedResource, int, String, String, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(SessionContext, NamedResource, int, List<String>, List<String>, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
N
- NO_PRIVATE_KEY_ENCRYPTION_VALUE - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
Value (case insensitive) used to denote that private key is not encrypted
O
- org.apache.sshd.putty - package org.apache.sshd.putty
P
- PPK_FILE_SUFFIX - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- PRIVATE_LINES_HEADER - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- PUBLIC_LINES_HEADER - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- PuttyKeyPairResourceParser<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.putty -
Loads a
KeyPairfrom PuTTY's ".ppk" file. - PuttyKeyReader - Class in org.apache.sshd.putty
-
Helper class for
Puttykey files decoders - PuttyKeyReader(InputStream) - Constructor for class org.apache.sshd.putty.PuttyKeyReader
- PuttyKeyUtils - Class in org.apache.sshd.putty
R
- read(int) - Method in class org.apache.sshd.putty.PuttyKeyReader
- readInt() - Method in class org.apache.sshd.putty.PuttyKeyReader
- readString() - Method in class org.apache.sshd.putty.PuttyKeyReader
- readString(Charset) - Method in class org.apache.sshd.putty.PuttyKeyReader
- RSAPuttyKeyDecoder - Class in org.apache.sshd.putty
- RSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.RSAPuttyKeyDecoder
S
- skip() - Method in class org.apache.sshd.putty.PuttyKeyReader
All Classes and Interfaces|All Packages|Constant Field Values