public interface SshKeyFormatConversion
Modifier and Type | Method and Description |
---|---|
byte[] |
formatKey(byte[] keyBlob) |
java.lang.String |
getFormatType() |
byte[] |
getKeyBlob(byte[] formattedKey) |
boolean |
isFormatted(byte[] formattedKey) |
java.lang.String getFormatType()
byte[] getKeyBlob(byte[] formattedKey) throws InvalidSshKeyException
formattedKey
- InvalidSshKeyException
byte[] formatKey(byte[] keyBlob)
keyBlob
- boolean isFormatted(byte[] formattedKey)
formattedKey
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.