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