Skip navigation links
A C E F G H I K L M N O P R S T U V 

A

addCa(CaEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds a CA.
addCaAlias(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds the alias aliasName to the given CA caName.
addCertprofile(CertprofileEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds a certificate profile.
addCertprofileToCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Add the certificate profile profileName the the CA caName.
addProfile(CertprofileEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addPublisher(PublisherEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds a publisher.
addPublisher(PublisherEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addPublisherToCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds publisher publisherName to CA caName.
addRequestor(RequestorEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds requstor.
addRequestor(RequestorEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addRequestorToCa(CaHasRequestorEntry, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds the requestor requestorName to the CA caName.
addSigner(SignerEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds a signer.
addSigner(SignerEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addSingleCa(SingleCaConf) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addUser(AddUserEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds a user.
addUser(UserEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
addUser(AddUserEntry) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
AddUserEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
AddUserEntry(NameId, boolean, String) - Constructor for class org.xipki.ca.server.mgmt.api.AddUserEntry
 
addUserToCa(CaHasUserEntry, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Adds the user userName from the CA caName.
ALGO_DELIMITER - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
ALL - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
assertCertprofilePermitted(String) - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
assertPermitted(int) - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 

C

CaConf - Class in org.xipki.ca.server.mgmt.api.conf
TODO.
CaConf(String, SecurityFactory) - Constructor for class org.xipki.ca.server.mgmt.api.conf.CaConf
 
CaConf(File, SecurityFactory) - Constructor for class org.xipki.ca.server.mgmt.api.conf.CaConf
 
CaEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
CaEntry(NameId, int, long, String, String, CaUris, int, int) - Constructor for class org.xipki.ca.server.mgmt.api.CaEntry
 
CaHasRequestorEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
CaHasRequestorEntry(NameId) - Constructor for class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
CaHasUserEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
CaHasUserEntry(NameId) - Constructor for class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
CaManager - Interface in org.xipki.ca.server.mgmt.api
TODO.
CaMgmtException - Exception in org.xipki.ca.server.mgmt.api
TODO.
CaMgmtException() - Constructor for exception org.xipki.ca.server.mgmt.api.CaMgmtException
 
CaMgmtException(String, Throwable) - Constructor for exception org.xipki.ca.server.mgmt.api.CaMgmtException
 
CaMgmtException(String) - Constructor for exception org.xipki.ca.server.mgmt.api.CaMgmtException
 
CaMgmtException(DataSourceWrapper, String, SQLException) - Constructor for exception org.xipki.ca.server.mgmt.api.CaMgmtException
 
CaMgmtException(Throwable) - Constructor for exception org.xipki.ca.server.mgmt.api.CaMgmtException
 
CaStatus - Enum in org.xipki.ca.server.mgmt.api
TODO.
CaSystemStatus - Enum in org.xipki.ca.server.mgmt.api
TODO.
CertListInfo - Class in org.xipki.ca.server.mgmt.api
TODO.
CertListInfo(BigInteger, String, Date, Date) - Constructor for class org.xipki.ca.server.mgmt.api.CertListInfo
 
CertListOrderBy - Enum in org.xipki.ca.server.mgmt.api
TODO.
CertprofileEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
CertprofileEntry(NameId, String, String) - Constructor for class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
CertWithRevocationInfo - Class in org.xipki.ca.server.mgmt.api
TODO.
CertWithRevocationInfo() - Constructor for class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
CertWithStatusInfo - Class in org.xipki.ca.server.mgmt.api
TODO.
CertWithStatusInfo() - Constructor for class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
changeCa(ChangeCaEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Changes a CA.
ChangeCaEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
ChangeCaEntry(NameId) - Constructor for class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
changeCertprofile(String, String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Changes the certificate profile name.
changePublisher(String, String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Changes the publisher name.
changeRequestor(String, String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Changes the requestor name of type CERTIFCATE.
changeSigner(String, String, String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Changes the signer name.
changeUser(ChangeUserEntry) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Change the user.
ChangeUserEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
ChangeUserEntry(NameId) - Constructor for class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
clearPublishQueue(String, List<String>) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Clear the publish queue for the CA caName and publishers publisherNames.
CmpControl - Class in org.xipki.ca.server.mgmt.api
TODO.
CmpControl(String) - Constructor for class org.xipki.ca.server.mgmt.api.CmpControl
 
CmpControl(Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Integer, Boolean, List<String>, List<String>, List<String>, List<String>, Integer) - Constructor for class org.xipki.ca.server.mgmt.api.CmpControl
 
CmpControlEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
CmpControlEntry(String, String) - Constructor for class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
contains(int, int) - Static method in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
CrlControl - Class in org.xipki.ca.server.mgmt.api
Example configuration update.mode=<'interval'|'ondemand'> # For all updateMode # Whether expired certificates are considered.
CrlControl(String) - Constructor for class org.xipki.ca.server.mgmt.api.CrlControl
 
CrlControl.HourMinute - Class in org.xipki.ca.server.mgmt.api
 
CrlControl.UpdateMode - Enum in org.xipki.ca.server.mgmt.api
 

E

ENROLL_CERT - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
ENROLL_CROSS - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
equals(CaEntry, boolean, boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
equals(CaHasRequestorEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
equals(CaHasUserEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
equals(CertprofileEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
equals(PublisherEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
equals(RequestorEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
equals(Object) - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
equals(UserEntry, boolean) - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
exportConf(String, List<String>) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Exports the CA system configuration.

F

forName(String) - Static method in enum org.xipki.ca.server.mgmt.api.CaStatus
 
forName(String) - Static method in enum org.xipki.ca.server.mgmt.api.CrlControl.UpdateMode
 
forName(String) - Static method in enum org.xipki.ca.server.mgmt.api.ValidityMode
 
forValue(String) - Static method in enum org.xipki.ca.server.mgmt.api.CertListOrderBy
 

G

GEN_CRL - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
GEN_KEYPAIR - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
generateCertificate(String, String, byte[], Date, Date) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
CA caName issues a new certificate.
generateCrlOnDemand(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Generates a new CRL for CA caName.
generateRootCa(CaEntry, String, byte[], BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Generates a self-signed CA certificate.
GenSelfIssued - Class in org.xipki.ca.server.mgmt.api.conf
TODO.
GenSelfIssued(String, byte[], BigInteger, String, String) - Constructor for class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
GET_CRL - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
getActive() - Method in class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
getAliases() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getAliasesForCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Gets the aliases of the given CA caName.
getBase64Cert() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
getCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Gets the CA named caName.
getCa(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getCaAliasNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getCaEntry() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getCaHasUsersForUser(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns map between CA name an CaHasUserEntry for given user.
getCaNameForAlias(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Gets the CA name for the alias aliasName.
getCaNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getCaNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getCaSystemStatus() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getCaUris() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCaUris() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getCert() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCert(String, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns certificate with status information for the CA caName and with serial number serialNumber.
getCert(X500Name, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns certificate with revocation information for the issuer and with serial number serialNumber.
getCert() - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
getCert() - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
getCert() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getCertFilename() - Method in class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
getCertificate() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
getCertOutputFormat() - Method in class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
getCertprofile(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the certificate profile named profileName.
getCertprofile() - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
getCertprofile() - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
getCertprofile(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getCertprofileNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getCertprofileNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getCertprofilesForCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the Certprofile names supported by the CA caName.
getCertRequest(String, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the request used to enroll the given certificate.
getCmpControl() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCmpControl() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getCmpResponderName() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCmpResponderName() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
getConf() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
getConfirmWaitTime() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getConfirmWaitTimeMs() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getCrl(String, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the CRL of CA caName with the CRL number crlNumber.
getCrlBaseTime() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCrlControl() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCrlControl() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getCrlSignerName() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getCrlSignerName() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getCsr() - Method in class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
getCurrentCrl(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the latest CRL of CA caName.
getDeltaCrlIntervals() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getDuplicateKeyPermitted() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getDuplicateSubjectPermitted() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getEncoded() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
getExpirationPeriod() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getExpirationPeriod() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getExtensionOids() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getExtraControl() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getExtraControl() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getFailedCaNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getFullCrlIntervals() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getGenSelfIssued() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getHashedPassword() - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
getHexSha1OfCert() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getHour() - Method in class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.AddUserEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
getIdent() - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
getIdent() - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
getInactiveCaNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getIntervalDayTime() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getIntervalMinutes() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getInvalidityDateMode() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getKeepExpiredCertInDays() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getKeepExpiredCertInDays() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getMaxValidity() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getMaxValidity() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getMessageTimeBias() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getMinute() - Method in class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 
getName() - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
getName() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getName() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
getNextCrlNumber() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getNotAfter() - Method in class org.xipki.ca.server.mgmt.api.CertListInfo
 
getNotBefore() - Method in class org.xipki.ca.server.mgmt.api.CertListInfo
 
getNumCrls() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getNumCrls() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getOverlapMinutes() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getPassword() - Method in class org.xipki.ca.server.mgmt.api.AddUserEntry
 
getPassword() - Method in class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
getPermission() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getPermission() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
getPermission() - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
getPermission() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getPermissionForText(String) - Static method in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
getPermissions() - Static method in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
getPopoAlgoValidator() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getProfile() - Method in class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
getProfileNames() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getProfiles() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
getProfiles() - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
getProtocoSupport() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getPublisher(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the publisher.
getPublisher(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getPublisherNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getPublisherNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getPublisherNames() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getPublishersForCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns publishers for the CA caName.
getRequestor(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the requestor named name.
getRequestor(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getRequestorIdent() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
getRequestorNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getRequestorNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getRequestors() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getRequestorsForCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the Requests supported by the CA caName.
getResponsePbmIterationCount() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getResponsePbmMac() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getResponsePbmOwf() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getRevInfo() - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
getRevocationInfo() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getRevocationInfo() - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
getSaveRequest() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getScepControl() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getScepControl() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getScepResponderName() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getScepResponderName() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSerialNoBitLen() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getSerialNoBitLen() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSerialNumber() - Method in class org.xipki.ca.server.mgmt.api.CertListInfo
 
getSerialNumber() - Method in class org.xipki.ca.server.mgmt.api.conf.GenSelfIssued
 
getSigAlgoValidator() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
getSigner(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the signer named name.
getSigner(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getSignerConf() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getSignerConf() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSignerNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getSignerNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getSignerType() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getSignerType() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getStatus() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getStatus() - Method in enum org.xipki.ca.server.mgmt.api.CaStatus
 
getStatus() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSubject() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getSubject() - Method in class org.xipki.ca.server.mgmt.api.CertListInfo
 
getSuccessfulCaNames() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
getSupportCmp() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSupportedCertprofileTypes() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Retrieves the types of supported certificate profiles.
getSupportedPublisherTypes() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Retrieves the types of supported publishers.
getSupportedSignerTypes() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Retrieves the types of supported signers.
getSupportRest() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getSupportScep() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
getTargetReason() - Method in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
getText() - Method in enum org.xipki.ca.server.mgmt.api.CertListOrderBy
 
getTextForCode(int) - Static method in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
getType() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
getType() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
getType() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
getType() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
getUnchangedSince() - Method in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
getUpdateMode() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
getUser(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns the user username.
getUser(String) - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getUserIdent() - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
getUserNames() - Method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 
getUsers() - Method in class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
getValidityMode() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
getValidityMode() - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 

H

hashCode() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
hashCode() - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
HourMinute(int, int) - Constructor for class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 

I

isActive() - Method in class org.xipki.ca.server.mgmt.api.AddUserEntry
 
isActive() - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
isCertprofilePermitted(String) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
isCertprofilePermitted(String) - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
isConfirmCert() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isDuplicateKeyPermitted() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
isDuplicateSubjectPermitted() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
isExcludeReason() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isExtendedNextUpdate() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isFaulty() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
isFaulty() - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
isFaulty() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
isFaulty() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
isFaulty() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
isGroupEnroll() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isIncludeCaCert() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
isIncludeExpiredCerts() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isIncludeSignerCert() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
isMessageTimeRequired() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isOnlyContainsCaCerts() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isOnlyContainsUserCerts() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isPermitted(int) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
isPermitted(int) - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
isRa() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
isRa() - Method in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
isRequestPbmMacPermitted(AlgorithmIdentifier) - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isRequestPbmOwfPermitted(AlgorithmIdentifier) - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isRevoked() - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
isRrAkiRequired() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isSaveRequest() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
isSendCaCert() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isSendResponderCert() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
isSupportGetCrl() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
isXipkiCertsetCertIncluded() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
isXipkiCertsetIncluded() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 

K

KEY_CACERT_INCLUDED - Static variable in class org.xipki.ca.server.mgmt.api.ScepControl
 
KEY_CONFIRM_CERT - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_CONFIRM_WAITTIME - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_DELTACRL_INTERVALS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_EXCLUDE_REASON - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_EXPIRED_CERTS_INCLUDED - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_EYTENSIONS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_FULLCRL_EXTENDED_NEXTUPDATE - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_FULLCRL_INTERVALS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_GROUP_ENROLL - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_INTERVAL_MINUTES - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_INTERVAL_TIME - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_INVALIDITY_DATE - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_MESSAGETIME_BIAS - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_MESSAGETIME_REQUIRED - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_ONLY_CONTAINS_CACERTS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_ONLY_CONTAINS_USERCERTS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_OVERLAP_MINUTES - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_POPO_SIGALGO - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_PROTECTION_PBM_IC - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_PROTECTION_PBM_MAC - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_PROTECTION_PBM_OWF - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_PROTECTION_SIGALGO - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_REVOCATION_ENABLED - Static variable in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
KEY_REVOCATION_REASON - Static variable in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
KEY_RR_AKI_REQUIRED - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_SEND_CA - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_SEND_RESPONDER - Static variable in class org.xipki.ca.server.mgmt.api.CmpControl
 
KEY_SIGNERCERT_INCLUDED - Static variable in class org.xipki.ca.server.mgmt.api.ScepControl
 
KEY_SUPPORT_GETCRL - Static variable in class org.xipki.ca.server.mgmt.api.ScepControl
 
KEY_UNCHANGED_SINCE - Static variable in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
KEY_UPDATE - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
KEY_UPDATE_MODE - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_XIPKI_CERTSET - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 
KEY_XIPKI_CERTSET_CERTS - Static variable in class org.xipki.ca.server.mgmt.api.CrlControl
 

L

listCertificates(String, X500Name, Date, Date, CertListOrderBy, int) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Returns a sorted list of certificate meta information.
loadConf(CaConf) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Loads the CA system configuration.

M

marshal(CaconfType, OutputStream) - Static method in class org.xipki.ca.server.mgmt.api.conf.CaConf
 

N

NAME_BY_CA - Static variable in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
NAME_BY_USER - Static variable in interface org.xipki.ca.server.mgmt.api.RequestorInfo
 
notifyCaChange() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
NULL - Static variable in interface org.xipki.ca.server.mgmt.api.CaManager
 

O

org.xipki.ca.server.mgmt.api - package org.xipki.ca.server.mgmt.api
 
org.xipki.ca.server.mgmt.api.conf - package org.xipki.ca.server.mgmt.api.conf
 

P

PermissionConstants - Class in org.xipki.ca.server.mgmt.api
TODO.
permissionToString(int) - Static method in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
ProtocolSupport - Class in org.xipki.ca.server.mgmt.api
TODO.
ProtocolSupport(String) - Constructor for class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
ProtocolSupport(boolean, boolean, boolean) - Constructor for class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
PublisherEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
PublisherEntry(NameId, String, String) - Constructor for class org.xipki.ca.server.mgmt.api.PublisherEntry
 

R

REMOVE_CERT - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
removeCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the CA caName from the system.
removeCaAlias(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Remove the alias aliasName.
removeCertificate(String, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes a certificate with the serial number serialNumber, and issued by the CA caName.
removeCertprofile(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the certificate profile profileName.
removeCertprofileFromCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the support of the certprofile profileName from the CA caName.
removePublisher(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the publisher publisherName.
removePublisherFromCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes publisher publisherName from the CA caName.
removeRequestor(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes requestor named requestorName.
removeRequestorFromCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the requestor requestorName from the CA caName.
removeSigner(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the signer named name.
removeUser(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Remove the name username.
removeUserFromCa(String, String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Removes the user userName from the CA caName.
republishCertificates(String, List<String>, int) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Republishes certificates of the CA caName to the publishers publisherNames.
RequestorEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
RequestorEntry(NameId, String, String) - Constructor for class org.xipki.ca.server.mgmt.api.RequestorEntry
 
RequestorInfo - Interface in org.xipki.ca.server.mgmt.api
TODO.
restartCaSystem() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
REVOKE_CERT - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
revokeCa(String, CertRevocationInfo) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Revokes the CA caName.
revokeCertificate(String, BigInteger, CrlReason, Date) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Revokes a certificate with the serial number serialNumber, and issued by the CA caName.
RevokeSuspendedCertsControl - Class in org.xipki.ca.server.mgmt.api
Example configuration
RevokeSuspendedCertsControl(CrlReason, CertValidity) - Constructor for class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 

S

ScepControl - Class in org.xipki.ca.server.mgmt.api
Example configuration.
ScepControl(String) - Constructor for class org.xipki.ca.server.mgmt.api.ScepControl
 
setActive(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
setCaUris(CaUris) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setCert(X509Certificate) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setCert(CertWithDbId) - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
setCert(Certificate) - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
setCert(X509Certificate) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setCertificate(X509Certificate) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
setCertprofile(String) - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
setCertprofile(String) - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
setCmp(boolean) - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
setCmpControl(CmpControl) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setCmpControl(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setCmpResponderName(String) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setCmpResponderName(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setConf(String) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
setConfFaulty(boolean) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
setCrlControl(CrlControl) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setCrlControl(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setCrlSignerName(String) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setCrlSignerName(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setDuplicateKeyPermitted(boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setDuplicateKeyPermitted(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setDuplicateSubjectPermitted(boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setDuplicateSubjectPermitted(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setExpirationPeriod(Integer) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setExtraControl(ConfPairs) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setExtraControl(ConfPairs) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
setIncludeCaCert(boolean) - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
setIncludeSignerCert(boolean) - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
setKeepExpiredCertInDays(int) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setKeepExpiredCertInDays(Integer) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setMaxValidity(CertValidity) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setMaxValidity(CertValidity) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setNextCrlNumber(long) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setNumCrls(Integer) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setPassword(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeUserEntry
 
setPermission(int) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setPermission(int) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
setPermission(int) - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
setPermission(Integer) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setProfiles(Set<String>) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
setProfiles(Set<String>) - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
setProtocolSupport(ProtocolSupport) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setRa(boolean) - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
setRest(boolean) - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
setRevInfo(CertRevocationInfo) - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.server.mgmt.api.CertWithStatusInfo
 
setSaveRequest(boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setSaveRequest(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setScep(boolean) - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
setScepControl(ScepControl) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setScepControl(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setScepResponderName(String) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setScepResponderName(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSerialNoBitLen(int) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setSerialNoBitLen(Integer) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSignerConf(String) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setSignerConf(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSignerType(String) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setStatus(CaStatus) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setStatus(CaStatus) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSupportCmp(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSupportGetCrl(boolean) - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
setSupportRest(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setSupportScep(Boolean) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
setValidityMode(ValidityMode) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
setValidityMode(ValidityMode) - Method in class org.xipki.ca.server.mgmt.api.ChangeCaEntry
 
SignerEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
SignerEntry(String, String, String, String) - Constructor for class org.xipki.ca.server.mgmt.api.SignerEntry
 
SingleCaConf - Class in org.xipki.ca.server.mgmt.api.conf
TODO.
SingleCaConf(String, GenSelfIssued, CaEntry, List<String>, List<String>, List<CaHasRequestorEntry>, List<CaHasUserEntry>, List<String>) - Constructor for class org.xipki.ca.server.mgmt.api.conf.SingleCaConf
 
splitCaSignerConfs(String) - Static method in class org.xipki.ca.server.mgmt.api.CaEntry
 
supportsCmp() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
supportsRest() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
supportsScep() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 

T

toCertWithStatusInfo() - Method in class org.xipki.ca.server.mgmt.api.CertWithRevocationInfo
 
toString() - Method in class org.xipki.ca.server.mgmt.api.AddUserEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
toString(boolean, boolean) - Method in class org.xipki.ca.server.mgmt.api.CaEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CaHasRequestorEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CaHasUserEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.CertprofileEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.CmpControl
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CmpControlEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CrlControl.HourMinute
 
toString() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
toString() - Method in class org.xipki.ca.server.mgmt.api.ProtocolSupport
 
toString() - Method in class org.xipki.ca.server.mgmt.api.PublisherEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.RequestorEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.RevokeSuspendedCertsControl
 
toString() - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.ScepControl
 
toString() - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
toString(boolean) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
toString(boolean, boolean) - Method in class org.xipki.ca.server.mgmt.api.SignerEntry
 
toString() - Method in class org.xipki.ca.server.mgmt.api.UserEntry
 
TYPE_CERT - Static variable in class org.xipki.ca.server.mgmt.api.RequestorEntry
Certificate.
TYPE_PBM - Static variable in class org.xipki.ca.server.mgmt.api.RequestorEntry
Password based MAC.

U

unlockCa() - Method in interface org.xipki.ca.server.mgmt.api.CaManager
 
UNREVOKE_CERT - Static variable in class org.xipki.ca.server.mgmt.api.PermissionConstants
 
unrevokeCa(String) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Unrevokes the CA caName.
unrevokeCertificate(String, BigInteger) - Method in interface org.xipki.ca.server.mgmt.api.CaManager
Unrevokes a certificate with the serial number serialNumber, and issued by the CA caName.
urisToString(Collection<? extends Object>) - Static method in class org.xipki.ca.server.mgmt.api.CaEntry
 
UserEntry - Class in org.xipki.ca.server.mgmt.api
TODO.
UserEntry(NameId, boolean, String) - Constructor for class org.xipki.ca.server.mgmt.api.UserEntry
 

V

validate() - Method in class org.xipki.ca.server.mgmt.api.CrlControl
 
ValidityMode - Enum in org.xipki.ca.server.mgmt.api
TODO.
valueOf(String) - Static method in enum org.xipki.ca.server.mgmt.api.CaStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.server.mgmt.api.CaSystemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.server.mgmt.api.CertListOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.server.mgmt.api.CrlControl.UpdateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.server.mgmt.api.ValidityMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xipki.ca.server.mgmt.api.CaStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.server.mgmt.api.CaSystemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.server.mgmt.api.CertListOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.server.mgmt.api.CrlControl.UpdateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.server.mgmt.api.ValidityMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.