| Modifier and Type | Method and Description |
|---|---|
List<Pair<PublicKey,String>> |
SshAgent.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<PublicKey,String>> |
AgentDelegate.getIdentities() |
List<Pair<PublicKey,String>> |
AbstractAgentProxy.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
protected static Pair<KeyPair,String> |
AgentImpl.getKeyPair(List<Pair<KeyPair,String>> keys,
PublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<PublicKey,String>> |
AgentImpl.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
protected static Pair<KeyPair,String> |
AgentImpl.getKeyPair(List<Pair<KeyPair,String>> keys,
PublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
Pair<String,Collection<byte[]>> |
CheckFileHandleExtension.checkFileHandle(SftpClient.Handle handle,
Collection<String> algorithms,
long startOffset,
long length,
int blockSize) |
Pair<String,Collection<byte[]>> |
CheckFileNameExtension.checkFileName(String name,
Collection<String> algorithms,
long startOffset,
long length,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
Pair<String,Collection<byte[]>> |
CheckFileHandleExtensionImpl.checkFileHandle(SftpClient.Handle handle,
Collection<String> algorithms,
long startOffset,
long length,
int blockSize) |
Pair<String,Collection<byte[]>> |
CheckFileNameExtensionImpl.checkFileName(String name,
Collection<String> algorithms,
long startOffset,
long length,
int blockSize) |
protected Pair<String,Collection<byte[]>> |
AbstractCheckFileExtension.doGetHash(Object target,
Collection<String> algorithms,
long offset,
long length,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<String,byte[]> |
AbstractSignature.extractEncodedSignature(byte[] sig)
Makes an attempt to detect if the signature is encoded or pure data
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Path,Boolean> |
SftpSubsystem.doRealPathV345(int id,
String path,
LinkOption... options) |
protected Pair<Path,Boolean> |
SftpSubsystem.doRealPathV6(int id,
String path,
Collection<String> extraPaths,
LinkOption... options) |
protected Pair<Path,Boolean> |
SftpSubsystem.validateRealPath(int id,
String path,
Path f,
LinkOption... options) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.