public class XOREncryptionVerifier extends EncryptionVerifier implements EncryptionRecord, java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
XOREncryptionVerifier() |
protected |
XOREncryptionVerifier(LittleEndianInput is) |
Modifier and Type | Method and Description |
---|---|
XOREncryptionVerifier |
clone() |
protected void |
setEncryptedKey(byte[] encryptedKey) |
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
void |
write(LittleEndianByteArrayOutputStream bos) |
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedVerifierHash, setHashAlgorithm, setSalt, setSpinCount
protected XOREncryptionVerifier()
protected XOREncryptionVerifier(LittleEndianInput is)
public void write(LittleEndianByteArrayOutputStream bos)
write
in interface EncryptionRecord
public XOREncryptionVerifier clone() throws java.lang.CloneNotSupportedException
clone
in class EncryptionVerifier
java.lang.CloneNotSupportedException
protected final void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier
in class EncryptionVerifier
protected final void setEncryptedKey(byte[] encryptedKey)
setEncryptedKey
in class EncryptionVerifier
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.