public abstract class EncryptionVerifier
extends java.lang.Object
implements java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
EncryptionVerifier() |
Modifier and Type | Method and Description |
---|---|
EncryptionVerifier |
clone() |
ChainingMode |
getChainingMode() |
CipherAlgorithm |
getCipherAlgorithm() |
byte[] |
getEncryptedKey() |
byte[] |
getEncryptedVerifier() |
byte[] |
getEncryptedVerifierHash() |
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) |
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 EncryptionVerifier clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.