decrypt
public boolean decrypt(String _passphrase)
dispose
public void dispose()
getFingerPrint
public String getFingerPrint()
getKeyType
public abstract int getKeyType()
getPublicKeyBlob
public byte[] getPublicKeyBlob()
isEncrypted
public boolean isEncrypted()
setPassphrase
public void setPassphrase(String passphrase)
setPassphrase
public void setPassphrase(byte[] passphrase)
writePrivateKey
public void writePrivateKey(String name)
throws java.io.FileNotFoundException,
java.io.IOException
writePrivateKey
public void writePrivateKey(java.io.OutputStream out)
writePublicKey
public void writePublicKey(String name,
String comment)
throws java.io.FileNotFoundException,
java.io.IOException
writePublicKey
public void writePublicKey(java.io.OutputStream out,
String comment)
writeSECSHPublicKey
public void writeSECSHPublicKey(String name,
String comment)
throws java.io.FileNotFoundException,
java.io.IOException
writeSECSHPublicKey
public void writeSECSHPublicKey(java.io.OutputStream out,
String comment)