Package org.xipki.ca.api.mgmt
Class MgmtResponse.GetCa
- java.lang.Object
-
- org.xipki.ca.api.mgmt.MgmtMessage
-
- org.xipki.ca.api.mgmt.MgmtResponse
-
- org.xipki.ca.api.mgmt.MgmtResponse.GetCa
-
- Enclosing class:
- MgmtResponse
public static class MgmtResponse.GetCa 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 GetCa()GetCa(MgmtMessage.CaEntryWrapper result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MgmtMessage.CaEntryWrappergetResult()voidsetResult(MgmtMessage.CaEntryWrapper result)
-
-
-
Constructor Detail
-
GetCa
public GetCa()
-
GetCa
public GetCa(MgmtMessage.CaEntryWrapper result)
-
-
Method Detail
-
getResult
public MgmtMessage.CaEntryWrapper getResult()
-
setResult
public void setResult(MgmtMessage.CaEntryWrapper result)
-
-