public class CryptoAPIEncryptionVerifier extends StandardEncryptionVerifier
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm,
                           HashAlgorithm hashAlgorithm,
                           int keyBits,
                           int blockSize,
                           ChainingMode chainingMode)  | 
protected  | 
CryptoAPIEncryptionVerifier(CryptoAPIEncryptionVerifier other)  | 
protected  | 
CryptoAPIEncryptionVerifier(LittleEndianInput is,
                           CryptoAPIEncryptionHeader header)  | 
| Modifier and Type | Method and Description | 
|---|---|
CryptoAPIEncryptionVerifier | 
copy()  | 
void | 
setEncryptedVerifier(byte[] encryptedVerifier)  | 
void | 
setEncryptedVerifierHash(byte[] encryptedVerifierHash)  | 
void | 
setSalt(byte[] salt)  | 
getVerifierHashSize, writegetChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypeprotected CryptoAPIEncryptionVerifier(LittleEndianInput is, CryptoAPIEncryptionHeader header)
protected CryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
protected CryptoAPIEncryptionVerifier(CryptoAPIEncryptionVerifier other)
public void setSalt(byte[] salt)
setSalt in class StandardEncryptionVerifierpublic void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier in class StandardEncryptionVerifierpublic void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
setEncryptedVerifierHash in class StandardEncryptionVerifierpublic CryptoAPIEncryptionVerifier copy()
copy in interface Duplicatablecopy in class StandardEncryptionVerifierCopyright 2021 The Apache Software Foundation or its licensors, as applicable.