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, setSpinCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
protected XOREncryptionVerifier()
protected XOREncryptionVerifier(LittleEndianInput is)
protected XOREncryptionVerifier(XOREncryptionVerifier other)
public void write(LittleEndianByteArrayOutputStream bos)
write
in interface EncryptionRecord
public XOREncryptionVerifier copy()
copy
in interface Duplicatable
copy
in class EncryptionVerifier
protected final void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier
in class EncryptionVerifier
protected final void setEncryptedKey(byte[] encryptedKey)
setEncryptedKey
in class EncryptionVerifier
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.