public interface SshPublicKeyFormat
Modifier and Type | Method and Description |
---|---|
byte[] |
formatKey(byte[] keyblob) |
java.lang.String |
getComment() |
java.lang.String |
getFormatType() |
byte[] |
getKeyBlob(byte[] formattedKey) |
boolean |
isFormatted(byte[] formattedKey) |
void |
setComment(java.lang.String comment) |
boolean |
supportsAlgorithm(java.lang.String algorithm) |
void setComment(java.lang.String comment)
comment
- java.lang.String getComment()
boolean supportsAlgorithm(java.lang.String algorithm)
algorithm
- byte[] formatKey(byte[] keyblob)
keyblob
- byte[] getKeyBlob(byte[] formattedKey) throws InvalidSshKeyException
formattedKey
- InvalidSshKeyException
java.lang.String getFormatType()
boolean isFormatted(byte[] formattedKey)
formattedKey
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.