org.productivity.java.habitat4j.crypto.decryptor.generic.integrity
Class IntegrityGenericCryptoConfig
java.lang.Object
org.productivity.java.habitat4j.crypto.decryptor.CryptoConfig
org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCryptoConfig
org.productivity.java.habitat4j.crypto.decryptor.generic.integrity.IntegrityGenericCryptoConfig
- All Implemented Interfaces:
- java.io.Serializable
public class IntegrityGenericCryptoConfig
- extends GenericCryptoConfig
- See Also:
- Serialized Form
| Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCryptoConfig |
getCipherAlgorithm, getConfig, getConfigPropertyListName, getDataCharSet, getKeyAlgorithm, getKeyInfo, isUseDataPadding, setCipherAlgorithm, setConfigPropertyListName, setDataCharSet, setKeyAlgorithm, setUseDataPadding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DELIMITER
protected static final java.lang.String DEFAULT_DELIMITER
- See Also:
- Constant Field Values
hashAlgorithm
protected java.lang.String hashAlgorithm
delimiter
protected java.lang.String delimiter
IntegrityGenericCryptoConfig
public IntegrityGenericCryptoConfig()
getHashAlgorithm
public java.lang.String getHashAlgorithm()
setHashAlgorithm
public void setHashAlgorithm(java.lang.String hashAlgorithm)
getDelimiter
public java.lang.String getDelimiter()
setDelimiter
public void setDelimiter(java.lang.String delimiter)