Class AesEncryptionSpec
java.lang.Object
dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getIv()
int
getSalt()
int
hashCode()
void
setAlgorithm
(String algorithm) void
void
setIterations
(int iterations) void
void
setKeyLength
(int keyLength) void
void
setSecretKeyAlgorithm
(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
-