Package com.sshtools.j2ssh.openssh
Interface KeyInfo
-
- All Known Implementing Classes:
DSAKeyInfo
,RSAKeyInfo
public interface KeyInfo
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.spec.KeySpec
getPrivateKeySpec()
java.security.spec.KeySpec
getPublicKeySpec()
-