NO_LIMIT
public static final long NO_LIMIT
NO_TIMEOUT
public static final long NO_TIMEOUT
SSH_AGENT_CONSTRAINT_FORWARDING_PATH
protected static final int SSH_AGENT_CONSTRAINT_FORWARDING_PATH
SSH_AGENT_CONSTRAINT_FORWARDING_STEPS
protected static final int SSH_AGENT_CONSTRAINT_FORWARDING_STEPS
SSH_AGENT_CONSTRAINT_NEED_USER_VERIFICATION
protected static final int SSH_AGENT_CONSTRAINT_NEED_USER_VERIFICATION
SSH_AGENT_CONSTRAINT_SSH1_COMPAT
protected static final int SSH_AGENT_CONSTRAINT_SSH1_COMPAT
SSH_AGENT_CONSTRAINT_TIMEOUT
protected static final int SSH_AGENT_CONSTRAINT_TIMEOUT
SSH_AGENT_CONSTRAINT_USE_LIMIT
protected static final int SSH_AGENT_CONSTRAINT_USE_LIMIT
canUse
public boolean canUse()
getForwardingPath
public String getForwardingPath()
getKeyTimeout
public long getKeyTimeout()
getKeyUseLimit
public long getKeyUseLimit()
getMaximumForwardingSteps
public long getMaximumForwardingSteps()
getUsedCount
public long getUsedCount()
hasTimedOut
public boolean hasTimedOut()
isSSH1Compatible
public boolean isSSH1Compatible()
requiresUserVerification
public boolean requiresUserVerification()
setForwardingPath
public void setForwardingPath(String forwardingpath)
setKeyUseLimit
public void setKeyUseLimit(int uselimit)
setMaximumForwardingSteps
public void setMaximumForwardingSteps(int maxsteps)
setRequiresUserVerification
public void setRequiresUserVerification(boolean userverify)
setSSH1Compatible
public void setSSH1Compatible(boolean compat)
toByteArray
public byte[] toByteArray()
throws IOException