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 SignerEntryCaConf. getSigner(String name)SignerEntryCaManager. getSigner(String name)Returns the signer namedname.SignerEntryMgmtMessage.SignerEntryWrapper. toSignerEntry()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.Constructors in org.xipki.ca.api.mgmt with parameters of type SignerEntry Constructor Description SignerEntryWrapper(SignerEntry signerEntry)
-