public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord
Modifier | Constructor and Description |
---|---|
protected |
BinaryRC4EncryptionVerifier() |
protected |
BinaryRC4EncryptionVerifier(BinaryRC4EncryptionVerifier other) |
protected |
BinaryRC4EncryptionVerifier(LittleEndianInput is) |
Modifier and Type | Method and Description |
---|---|
BinaryRC4EncryptionVerifier |
copy() |
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
protected void |
setSalt(byte[] salt) |
void |
write(LittleEndianByteArrayOutputStream bos) |
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
protected BinaryRC4EncryptionVerifier()
protected BinaryRC4EncryptionVerifier(LittleEndianInput is)
protected BinaryRC4EncryptionVerifier(BinaryRC4EncryptionVerifier other)
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 copy()
copy
in interface Duplicatable
copy
in class EncryptionVerifier
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.