public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryRC4EncryptionVerifier() |
protected |
BinaryRC4EncryptionVerifier(BinaryRC4EncryptionVerifier other) |
protected |
BinaryRC4EncryptionVerifier(LittleEndianInput is) |
| Modifier and Type | Method and Description |
|---|---|
BinaryRC4EncryptionVerifier |
copy() |
void |
setEncryptedVerifier(byte[] encryptedVerifier) |
void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
void |
setSalt(byte[] salt) |
void |
write(LittleEndianByteArrayOutputStream bos) |
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypeprotected BinaryRC4EncryptionVerifier()
protected BinaryRC4EncryptionVerifier(LittleEndianInput is)
protected BinaryRC4EncryptionVerifier(BinaryRC4EncryptionVerifier other)
public void setSalt(byte[] salt)
setSalt in class EncryptionVerifierpublic void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier in class EncryptionVerifierpublic void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
setEncryptedVerifierHash in class EncryptionVerifierpublic void write(LittleEndianByteArrayOutputStream bos)
write in interface EncryptionRecordpublic BinaryRC4EncryptionVerifier copy()
copy in interface Duplicatablecopy in class EncryptionVerifierCopyright 2022 The Apache Software Foundation or its licensors, as applicable.