public class StandardEncryptionHeader extends EncryptionHeader implements EncryptionRecord
| Modifier | Constructor and Description |
|---|---|
protected |
StandardEncryptionHeader(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode) |
protected |
StandardEncryptionHeader(LittleEndianInput is) |
protected |
StandardEncryptionHeader(StandardEncryptionHeader other) |
| Modifier and Type | Method and Description |
|---|---|
StandardEncryptionHeader |
copy() |
void |
write(LittleEndianByteArrayOutputStream bos)
serializes the header
|
getBlockSize, getChainingMode, getCipherAlgorithm, getCipherProvider, getCspName, getFlags, getGenericProperties, getHashAlgorithm, getKeySalt, getKeySize, getSizeExtra, setBlockSize, setChainingMode, setCipherAlgorithm, setCipherProvider, setCspName, setFlags, setHashAlgorithm, setKeySalt, setKeySize, setSizeExtraclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypeprotected StandardEncryptionHeader(StandardEncryptionHeader other)
protected StandardEncryptionHeader(LittleEndianInput is) throws IOException
IOExceptionprotected StandardEncryptionHeader(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
public void write(LittleEndianByteArrayOutputStream bos)
write in interface EncryptionRecordpublic StandardEncryptionHeader copy()
copy in interface Duplicatablecopy in class EncryptionHeader