com.sshtools.j2ssh.openssh
Interface KeyInfo

All Known Implementing Classes:
DSAKeyInfo, RSAKeyInfo

public interface KeyInfo

Version:
$Revision: 1.1 $
Author:
$author$

Method Summary
 java.security.spec.KeySpec getPrivateKeySpec()
           
 java.security.spec.KeySpec getPublicKeySpec()
           
 

Method Detail

getPrivateKeySpec

java.security.spec.KeySpec getPrivateKeySpec()

getPublicKeySpec

java.security.spec.KeySpec getPublicKeySpec()