org.gridkit.internal.com.jcraft.jsch
Interface IdentityRepository
public interface IdentityRepository
UNAVAILABLE
static final int UNAVAILABLE
- See Also:
- Constant Field Values
NOTRUNNING
static final int NOTRUNNING
- See Also:
- Constant Field Values
RUNNING
static final int RUNNING
- See Also:
- Constant Field Values
getName
String getName()
getStatus
int getStatus()
getIdentities
Vector getIdentities()
add
boolean add(byte[] identity)
remove
boolean remove(byte[] blob)
removeAll
void removeAll()
Copyright © 2017. All Rights Reserved.