public abstract class EncryptionVerifier extends java.lang.Object implements GenericRecord, Duplicatable
Modifier | Constructor and Description |
---|---|
protected |
EncryptionVerifier() |
protected |
EncryptionVerifier(EncryptionVerifier other) |
Modifier and Type | Method and Description |
---|---|
abstract EncryptionVerifier |
copy() |
ChainingMode |
getChainingMode() |
CipherAlgorithm |
getCipherAlgorithm() |
byte[] |
getEncryptedKey() |
byte[] |
getEncryptedVerifier() |
byte[] |
getEncryptedVerifierHash() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HashAlgorithm |
getHashAlgorithm() |
byte[] |
getSalt() |
int |
getSpinCount() |
void |
setChainingMode(ChainingMode chainingMode) |
void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
void |
setEncryptedKey(byte[] encryptedKey) |
void |
setEncryptedVerifier(byte[] encryptedVerifier) |
void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
void |
setHashAlgorithm(HashAlgorithm hashAlgorithm) |
void |
setSalt(byte[] salt) |
void |
setSpinCount(int spinCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
protected EncryptionVerifier()
protected EncryptionVerifier(EncryptionVerifier other)
public byte[] getSalt()
public byte[] getEncryptedVerifier()
public byte[] getEncryptedVerifierHash()
public int getSpinCount()
public byte[] getEncryptedKey()
public CipherAlgorithm getCipherAlgorithm()
public HashAlgorithm getHashAlgorithm()
public ChainingMode getChainingMode()
public void setSalt(byte[] salt)
public void setEncryptedVerifier(byte[] encryptedVerifier)
public void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
public void setEncryptedKey(byte[] encryptedKey)
public void setSpinCount(int spinCount)
public void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
public void setChainingMode(ChainingMode chainingMode)
public void setHashAlgorithm(HashAlgorithm hashAlgorithm)
public abstract EncryptionVerifier copy()
copy
in interface Duplicatable
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.