public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord
Modifier | Constructor and Description |
---|---|
protected |
BinaryRC4EncryptionVerifier() |
protected |
BinaryRC4EncryptionVerifier(LittleEndianInput is) |
Modifier and Type | Method and Description |
---|---|
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
protected void |
setSalt(byte[] salt) |
void |
write(LittleEndianByteArrayOutputStream bos) |
getAlgorithm, getChainingMode, getCipherAlgorithm, getCipherMode, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCount
protected BinaryRC4EncryptionVerifier()
protected BinaryRC4EncryptionVerifier(LittleEndianInput is)
protected void setSalt(byte[] salt)
setSalt
in class EncryptionVerifier
protected void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier
in class EncryptionVerifier
protected void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
setEncryptedVerifierHash
in class EncryptionVerifier
public void write(LittleEndianByteArrayOutputStream bos)
write
in interface EncryptionRecord
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.