java.lang.Object
dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec

public class AesEncryptionSpec extends Object
  • Constructor Details

    • AesEncryptionSpec

      public AesEncryptionSpec()
  • Method Details

    • getFamily

      public String getFamily()
    • setFamily

      public void setFamily(String family)
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getSecretKeyAlgorithm

      public String getSecretKeyAlgorithm()
    • setSecretKeyAlgorithm

      public void setSecretKeyAlgorithm(String secretKeyAlgorithm)
    • getSalt

      public String getSalt()
    • setSalt

      public void setSalt(String salt)
    • getIv

      public String getIv()
    • setIv

      public void setIv(String iv)
    • getKeyLength

      public int getKeyLength()
    • setKeyLength

      public void setKeyLength(int keyLength)
    • getIterations

      public int getIterations()
    • setIterations

      public void setIterations(int iterations)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object