public class CryptoAPIEncryptionVerifier extends StandardEncryptionVerifier
| Modifier | Constructor and Description |
|---|---|
protected |
CryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode) |
protected |
CryptoAPIEncryptionVerifier(LittleEndianInput is,
CryptoAPIEncryptionHeader header) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
protected void |
setSalt(byte[] salt) |
getVerifierHashSize, writegetAlgorithm, getAlgorithmName, getChainingMode, getCipherAlgorithm, getCipherMode, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, getVerifier, getVerifierHash, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCountprotected CryptoAPIEncryptionVerifier(LittleEndianInput is, CryptoAPIEncryptionHeader header)
protected CryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
protected void setSalt(byte[] salt)
setSalt in class StandardEncryptionVerifierprotected void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier in class StandardEncryptionVerifierprotected void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
setEncryptedVerifierHash in class StandardEncryptionVerifierCopyright 2017 The Apache Software Foundation or its licensors, as applicable.