Package org.xipki.ca.api.mgmt
Class MgmtResponse.CertWithRevocationInfoWrapper
- java.lang.Object
-
- org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
-
- Enclosing class:
- MgmtResponse
public static class MgmtResponse.CertWithRevocationInfoWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description CertWithRevocationInfoWrapper()CertWithRevocationInfoWrapper(CertWithRevocationInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MgmtResponse.CertWithDbIdWrappergetCert()StringgetCertprofile()org.xipki.security.CertRevocationInfogetRevInfo()voidsetCert(MgmtResponse.CertWithDbIdWrapper cert)voidsetCertprofile(String certprofile)voidsetRevInfo(org.xipki.security.CertRevocationInfo revInfo)CertWithRevocationInfotoCertWithRevocationInfo()
-
-
-
Constructor Detail
-
CertWithRevocationInfoWrapper
public CertWithRevocationInfoWrapper()
-
CertWithRevocationInfoWrapper
public CertWithRevocationInfoWrapper(CertWithRevocationInfo info)
-
-
Method Detail
-
getCert
public MgmtResponse.CertWithDbIdWrapper getCert()
-
setCert
public void setCert(MgmtResponse.CertWithDbIdWrapper cert)
-
getRevInfo
public org.xipki.security.CertRevocationInfo getRevInfo()
-
setRevInfo
public void setRevInfo(org.xipki.security.CertRevocationInfo revInfo)
-
getCertprofile
public String getCertprofile()
-
setCertprofile
public void setCertprofile(String certprofile)
-
toCertWithRevocationInfo
public CertWithRevocationInfo toCertWithRevocationInfo() throws CertificateException
- Throws:
CertificateException
-
-