Package org.xipki.ca.api.mgmt
Class MgmtResponse.CertWithDbIdWrapper
- java.lang.Object
-
- org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
-
- Enclosing class:
- MgmtResponse
public static class MgmtResponse.CertWithDbIdWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description CertWithDbIdWrapper()CertWithDbIdWrapper(org.xipki.ca.api.CertWithDbId certWithDbId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCert()LonggetCertId()voidsetCert(byte[] cert)voidsetCertId(Long certId)org.xipki.ca.api.CertWithDbIdtoCertWithDbId()
-
-
-
Method Detail
-
getCert
public byte[] getCert()
-
setCert
public void setCert(byte[] cert)
-
getCertId
public Long getCertId()
-
setCertId
public void setCertId(Long certId)
-
toCertWithDbId
public org.xipki.ca.api.CertWithDbId toCertWithDbId() throws CertificateException- Throws:
CertificateException
-
-