Class EncryptionVerifier
- java.lang.Object
-
- com.healthmarketscience.jackcess.crypt.impl.office.EncryptionVerifier
-
public class EncryptionVerifier extends Object
- Author:
- James Ahlborn
-
-
Constructor Summary
Constructors Constructor Description EncryptionVerifier(ByteBuffer buffer, EncryptionHeader.CryptoAlgorithm cryptoAlg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedVerifier()byte[]getEncryptedVerifierHash()byte[]getSalt()intgetSaltSize()intgetVerifierHashSize()
-
-
-
Constructor Detail
-
EncryptionVerifier
public EncryptionVerifier(ByteBuffer buffer, EncryptionHeader.CryptoAlgorithm cryptoAlg)
-
-