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