public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord, java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
BinaryRC4EncryptionVerifier() |
protected |
BinaryRC4EncryptionVerifier(LittleEndianInput is) |
Modifier and Type | Method and Description |
---|---|
BinaryRC4EncryptionVerifier |
clone() |
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
protected void |
setSalt(byte[] salt) |
void |
write(LittleEndianByteArrayOutputStream bos) |
getChainingMode, getCipherAlgorithm, 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
public BinaryRC4EncryptionVerifier clone() throws java.lang.CloneNotSupportedException
clone
in class EncryptionVerifier
java.lang.CloneNotSupportedException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.