Class EncryptionKey

java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.EncryptionKey

public class EncryptionKey extends Representation
  • Field Details

    • value

      protected String value
    • keyId

      protected String keyId
  • Constructor Details

    • EncryptionKey

      public EncryptionKey()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getKeyId

      public String getKeyId()
    • setKeyId

      public void setKeyId(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object