Package com.sshtools.common.publickey
Class Base64EncodedFileFormat
java.lang.Object
com.sshtools.common.publickey.Base64EncodedFileFormat
- Direct Known Subclasses:
SECSHPublicKeyFile
- Author:
- Lee David Painter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]formatKey(byte[] keyblob) getHeaderValue(String headerTag) protected byte[]getKeyBlob(byte[] formattedKey) static booleanisFormatted(byte[] formattedKey, String begin, String end) voidsetHeaderValue(String headerTag, String headerValue)
-
Field Details
-
begin
-
end
-
-
Constructor Details
-
Base64EncodedFileFormat
-
-
Method Details
-
isFormatted
-
setHeaderValue
-
getHeaderValue
-
getKeyBlob
- Throws:
IOException
-
formatKey
- Throws:
IOException
-