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() |
protected void |
setChainingMode(ChainingMode chainingMode) |
protected void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
protected void |
setEncryptedKey(byte[] encryptedKey) |
protected void |
setEncryptedVerifier(byte[] encryptedVerifier) |
protected void |
setEncryptedVerifierHash(byte[] encryptedVerifierHash) |
protected void |
setHashAlgorithm(HashAlgorithm hashAlgorithm) |
protected void |
setSalt(byte[] salt) |
protected 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()
protected void setSalt(byte[] salt)
protected void setEncryptedVerifier(byte[] encryptedVerifier)
protected void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
protected void setEncryptedKey(byte[] encryptedKey)
protected void setSpinCount(int spinCount)
protected void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
protected void setChainingMode(ChainingMode chainingMode)
protected 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 2020 The Apache Software Foundation or its licensors, as applicable.