public abstract class Base64EncodedFileFormat extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
begin |
protected String |
end |
Modifier | Constructor and Description |
---|---|
protected |
Base64EncodedFileFormat(String begin,
String end) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
formatKey(byte[] keyblob) |
String |
getHeaderValue(String headerTag) |
protected byte[] |
getKeyBlob(byte[] formattedKey) |
static boolean |
isFormatted(byte[] formattedKey,
String begin,
String end) |
void |
setHeaderValue(String headerTag,
String headerValue) |
protected byte[] getKeyBlob(byte[] formattedKey) throws IOException
IOException
protected byte[] formatKey(byte[] keyblob) throws IOException
IOException
Copyright © 2024. All rights reserved.