Uses of Class
org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
-
Packages that use MgmtMessage.SignerEntryWrapper Package Description org.xipki.ca.api.mgmt -
-
Uses of MgmtMessage.SignerEntryWrapper in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return MgmtMessage.SignerEntryWrapper Modifier and Type Method Description MgmtMessage.SignerEntryWrapperMgmtResponse.GetSigner. getResult()MgmtMessage.SignerEntryWrapperMgmtRequest.AddSigner. getSignerEntry()Methods in org.xipki.ca.api.mgmt with parameters of type MgmtMessage.SignerEntryWrapper Modifier and Type Method Description voidMgmtResponse.GetSigner. setResult(MgmtMessage.SignerEntryWrapper result)voidMgmtRequest.AddSigner. setSignerEntry(MgmtMessage.SignerEntryWrapper signerEntry)Constructors in org.xipki.ca.api.mgmt with parameters of type MgmtMessage.SignerEntryWrapper Constructor Description GetSigner(MgmtMessage.SignerEntryWrapper result)
-