Class CertRetrievalRequest

  • All Implemented Interfaces:
    JSONSerializer

    public class CertRetrievalRequest
    extends java.lang.Object
    implements JSONSerializer
    Author:
    alee
    • Constructor Detail

      • CertRetrievalRequest

        public CertRetrievalRequest()
      • CertRetrievalRequest

        public CertRetrievalRequest​(CertId certId)
    • Method Detail

      • getCertId

        public CertId getCertId()
        Returns:
        the CertId
      • setCertId

        protected void setCertId​(CertId certId)
      • setRequestId

        protected void setRequestId​(RequestId requestId)
      • toDOM

        public org.w3c.dom.Element toDOM​(org.w3c.dom.Document document)
      • toXML

        public java.lang.String toXML()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fromXML

        public static CertRetrievalRequest fromXML​(java.lang.String xml)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object