Class AesEncryptionSpec
java.lang.Object
dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIv()intgetSalt()inthashCode()voidsetAlgorithm(String algorithm) voidvoidsetIterations(int iterations) voidvoidsetKeyLength(int keyLength) voidvoidsetSecretKeyAlgorithm(String secretKeyAlgorithm) toString()
-
Constructor Details
-
AesEncryptionSpec
public AesEncryptionSpec()
-
-
Method Details
-
getFamily
-
setFamily
-
getAlgorithm
-
setAlgorithm
-
getSecretKeyAlgorithm
-
setSecretKeyAlgorithm
-
getSalt
-
setSalt
-
getIv
-
setIv
-
getKeyLength
public int getKeyLength() -
setKeyLength
public void setKeyLength(int keyLength) -
getIterations
public int getIterations() -
setIterations
public void setIterations(int iterations) -
equals
-
hashCode
public int hashCode() -
toString
-