EncryptionRecordpublic class CryptoAPIEncryptionVerifier extends StandardEncryptionVerifier
| Modifier | Constructor | Description |
|---|---|---|
protected |
CryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode) |
|
protected |
CryptoAPIEncryptionVerifier(LittleEndianInput is,
CryptoAPIEncryptionHeader header) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
|
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
|
protected void |
setSalt(byte[] salt) |
getAlgorithm, getAlgorithmName, getChainingMode, getCipherAlgorithm, getCipherMode, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, getVerifier, getVerifierHash, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVerifierHashSize, writeprotected 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 2018 The Apache Software Foundation or its licensors, as applicable.