Class MgmtResponse.CertWithDbIdWrapper

  • Enclosing class:
    MgmtResponse

    public static class MgmtResponse.CertWithDbIdWrapper
    extends java.lang.Object
    • Constructor Detail

      • CertWithDbIdWrapper

        public CertWithDbIdWrapper()
      • CertWithDbIdWrapper

        public CertWithDbIdWrapper​(org.xipki.ca.api.CertWithDbId certWithDbId)
    • Method Detail

      • getCert

        public byte[] getCert()
      • setCert

        public void setCert​(byte[] cert)
      • getCertId

        public java.lang.Long getCertId()
      • setCertId

        public void setCertId​(java.lang.Long certId)
      • toCertWithDbId

        public org.xipki.ca.api.CertWithDbId toCertWithDbId()
                                                     throws java.security.cert.CertificateException
        Throws:
        java.security.cert.CertificateException