Class RevokeCertPayload


  • public class RevokeCertPayload
    extends java.lang.Object
    Author:
    Lijun Liao (xipki)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCertificate()  
      java.lang.Integer getReason()  
      void setCertificate​(java.lang.String certificate)  
      void setReason​(java.lang.Integer reason)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RevokeCertPayload

        public RevokeCertPayload()
    • Method Detail

      • getReason

        public java.lang.Integer getReason()
      • setReason

        public void setReason​(java.lang.Integer reason)
      • getCertificate

        public java.lang.String getCertificate()
      • setCertificate

        public void setCertificate​(java.lang.String certificate)