com.sshtools.publickey
Class Base64EncodedFileFormat
java.lang.Object
com.sshtools.publickey.Base64EncodedFileFormat
- Direct Known Subclasses:
- SECSHPublicKeyFile
public abstract class Base64EncodedFileFormat
- extends Object
- Author:
- Lee David Painter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
begin
protected String begin
end
protected String end
Base64EncodedFileFormat
protected Base64EncodedFileFormat(String begin,
String end)
isFormatted
public static boolean isFormatted(byte[] formattedKey,
String begin,
String end)
setHeaderValue
public void setHeaderValue(String headerTag,
String headerValue)
getHeaderValue
public String getHeaderValue(String headerTag)
getKeyBlob
protected byte[] getKeyBlob(byte[] formattedKey)
throws IOException
- Throws:
IOException
formatKey
protected byte[] formatKey(byte[] keyblob)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.