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() |
void |
setEncryptedKey(byte[] encryptedKey) |
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
public final void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier
in class EncryptionVerifier
public final void setEncryptedKey(byte[] encryptedKey)
setEncryptedKey
in class EncryptionVerifier
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.