public class KeePassHeader extends Object
| Constructor and Description |
|---|
KeePassHeader() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipher() |
CompressionAlgorithm |
getCompression() |
CrsAlgorithm |
getCrsAlgorithm() |
byte[] |
getEncryptionIV() |
int |
getHeaderSize() |
byte[] |
getMasterSeed() |
byte[] |
getProtectedStreamKey() |
byte[] |
getStreamStartBytes() |
long |
getTransformRounds() |
byte[] |
getTransformSeed() |
void |
increaseHeaderSize(int numBytes) |
void |
setValue(int headerId,
byte[] value) |
public void setValue(int headerId,
byte[] value)
public byte[] getCipher()
public CompressionAlgorithm getCompression()
public long getTransformRounds()
public byte[] getEncryptionIV()
public byte[] getStreamStartBytes()
public CrsAlgorithm getCrsAlgorithm()
public byte[] getMasterSeed()
public byte[] getTransformSeed()
public void increaseHeaderSize(int numBytes)
public int getHeaderSize()
public byte[] getProtectedStreamKey()
Copyright © 2015. All rights reserved.