Package org.xipki.ca.api.mgmt
Class MgmtResponse.ListCertificates
- java.lang.Object
-
- org.xipki.ca.api.mgmt.MgmtMessage
-
- org.xipki.ca.api.mgmt.MgmtResponse
-
- org.xipki.ca.api.mgmt.MgmtResponse.ListCertificates
-
- Enclosing class:
- MgmtResponse
public static class MgmtResponse.ListCertificates extends MgmtResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.ca.api.mgmt.MgmtResponse
MgmtResponse.ByteArray, MgmtResponse.CertWithDbIdWrapper, MgmtResponse.CertWithRevocationInfoWrapper, MgmtResponse.Error, MgmtResponse.GetCa, MgmtResponse.GetCaSystemStatus, MgmtResponse.GetCert, MgmtResponse.GetCertprofile, MgmtResponse.GetDbSchemas, MgmtResponse.GetKeypairGen, MgmtResponse.GetPublischersForCa, MgmtResponse.GetPublisher, MgmtResponse.GetRequestor, MgmtResponse.GetRequestorsForCa, MgmtResponse.GetSigner, MgmtResponse.KeyCertBytes, MgmtResponse.ListCertificates, MgmtResponse.LoadConf, MgmtResponse.StringResponse, MgmtResponse.StringSet
-
Nested classes/interfaces inherited from class org.xipki.ca.api.mgmt.MgmtMessage
MgmtMessage.CaEntryWrapper, MgmtMessage.MgmtAction, MgmtMessage.SignerEntryWrapper
-
-
Constructor Summary
Constructors Constructor Description ListCertificates()ListCertificates(List<CertListInfo> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CertListInfo>getResult()voidsetResult(List<CertListInfo> result)
-
-
-
Constructor Detail
-
ListCertificates
public ListCertificates()
-
ListCertificates
public ListCertificates(List<CertListInfo> result)
-
-
Method Detail
-
getResult
public List<CertListInfo> getResult()
-
setResult
public void setResult(List<CertListInfo> result)
-
-