com.sshtools.j2ssh.openssh
Interface KeyInfo

All Known Implementing Classes:
DSAKeyInfo, RSAKeyInfo

public interface KeyInfo

Version:
$Revision: 1.12 $
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()


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.