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 java.lang.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()java.lang.LonggetCertId()voidsetCert(byte[] cert)voidsetCertId(java.lang.Long certId)org.xipki.ca.api.CertWithDbIdtoCertWithDbId()
-
-
-
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
-
-