Uses of Class
org.xipki.ca.api.mgmt.entry.SignerEntry
-
Packages that use SignerEntry Package Description org.xipki.ca.api.mgmt -
-
Uses of SignerEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return SignerEntry Modifier and Type Method Description SignerEntryMgmtResponse.GetSigner. getResult()SignerEntryCaConf. getSigner(String name)SignerEntryCaManager. getSigner(String name)Returns the signer namedname.SignerEntryMgmtRequest.AddSigner. getSignerEntry()Methods in org.xipki.ca.api.mgmt with parameters of type SignerEntry Modifier and Type Method Description voidCaConf. addSigner(SignerEntry signer)voidCaManager. addSigner(SignerEntry signerEntry)Adds a signer.voidMgmtResponse.GetSigner. setResult(SignerEntry result)voidMgmtRequest.AddSigner. setSignerEntry(SignerEntry signerEntry)Constructors in org.xipki.ca.api.mgmt with parameters of type SignerEntry Constructor Description GetSigner(SignerEntry result)
-