Class CAInfo

All Implemented Interfaces:
JSONSerializer

public class CAInfo extends RESTMessage
Author:
Ade Lee
  • Field Details

  • Constructor Details

    • CAInfo

      public CAInfo()
  • Method Details

    • getArchivalMechanism

      public String getArchivalMechanism()
    • setArchivalMechanism

      public void setArchivalMechanism(String archivalMechanism)
    • getEncryptAlgorithm

      public String getEncryptAlgorithm()
    • setEncryptAlgorithm

      public void setEncryptAlgorithm(String encryptAlgorithm)
    • getKeyWrapAlgorithm

      public String getKeyWrapAlgorithm()
    • setKeyWrapAlgorithm

      public void setKeyWrapAlgorithm(String keyWrapAlgorithm)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class RESTMessage
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class RESTMessage