Class NewKeyResponse

  • All Implemented Interfaces:
    SASConstants

    public class NewKeyResponse
    extends Response

    Created by Jeff Gaynor
    on 8/24/22 at 7:18 AM

    • Constructor Detail

      • NewKeyResponse

        public NewKeyResponse()
      • NewKeyResponse

        public NewKeyResponse​(Action action,
                              byte[] key)
    • Method Detail

      • getKey

        public byte[] getKey()
      • setKey

        public void setKey​(byte[] key)
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
        Overrides:
        deserialize in class Response
      • serialize

        public net.sf.json.JSONObject serialize()
        Overrides:
        serialize in class Response