com.sshtools.j2ssh.openssh
Interface KeyInfo

All Known Implementing Classes:
DSAKeyInfo, RSAKeyInfo

public interface KeyInfo

DOCUMENT ME!


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

Method Detail

getPrivateKeySpec

public java.security.spec.KeySpec getPrivateKeySpec()

getPublicKeySpec

public java.security.spec.KeySpec getPublicKeySpec()