public class CryptoInformation extends Object
| Constructor and Description |
|---|
CryptoInformation(int versionSignatureLength,
byte[] masterSeed,
byte[] transformSeed,
byte[] encryptionIv,
long transformRounds,
int headerSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptionIV() |
int |
getHeaderSize() |
byte[] |
getMasterSeed() |
long |
getTransformRounds() |
byte[] |
getTransformSeed() |
int |
getVersionSignatureLength() |
public CryptoInformation(int versionSignatureLength,
byte[] masterSeed,
byte[] transformSeed,
byte[] encryptionIv,
long transformRounds,
int headerSize)
public byte[] getMasterSeed()
public byte[] getTransformSeed()
public long getTransformRounds()
public int getHeaderSize()
public byte[] getEncryptionIV()
public int getVersionSignatureLength()
Copyright © 2018. All rights reserved.