com.jcraft.jsch
Interface Identity


public interface Identity


Method Summary
 void clear()
           
 boolean decrypt()
           
 java.lang.String getAlgName()
           
 java.lang.String getName()
           
 byte[] getPublicKeyBlob()
           
 byte[] getSignature(byte[] data)
           
 boolean isEncrypted()
           
 boolean setPassphrase(byte[] passphrase)
           
 

Method Detail

setPassphrase

boolean setPassphrase(byte[] passphrase)
                      throws JSchException
Throws:
JSchException

getPublicKeyBlob

byte[] getPublicKeyBlob()

getSignature

byte[] getSignature(byte[] data)

decrypt

boolean decrypt()

getAlgName

java.lang.String getAlgName()

getName

java.lang.String getName()

isEncrypted

boolean isEncrypted()

clear

void clear()