| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormatpublic abstract class Base64EncodedFileFormatextends java.lang.Objectimplements SshKeyFormatConversionConstructor Summary | |
| |
Method Summary | |
byte[] |
|
String | |
String |
|
byte[] |
|
boolean |
|
void |
|
protected Base64EncodedFileFormat(String begin,
String end)Creates a new Base64EncodedFileFormat object.
- Parameters:
begin-end-
public byte[] formatKey(byte[] keyblob)
- Specified by:
- formatKey in interface SshKeyFormatConversion
- Parameters:
keyblob-
- Returns:
public String getFormatType()
- Specified by:
- getFormatType in interface SshKeyFormatConversion
- Returns:
public String getHeaderValue(String headerTag)
- Parameters:
headerTag-
- Returns:
public byte[] getKeyBlob(byte[] formattedKey)
throws InvalidSshKeyException
- Specified by:
- getKeyBlob in interface SshKeyFormatConversion
- Parameters:
formattedKey-
- Returns:
- Throws:
InvalidSshKeyException-
public boolean isFormatted(byte[] formattedKey)
- Specified by:
- isFormatted in interface SshKeyFormatConversion
- Parameters:
formattedKey-
- Returns:
public void setHeaderValue(String headerTag,
String headerValue)
- Parameters:
headerTag-headerValue-