Skip navigation links
A B C D 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.api.mgmt.CaManager
Adds a CA.
AddCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddCa
 
addCaAlias(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds the alias aliasName to the given CA caName.
AddCaAlias() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddCaAlias
 
addCertprofile(CertprofileEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds a certificate profile.
AddCertprofile() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofile
 
addCertprofileToCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Add the certificate profile profileName the the CA caName.
AddCertprofileToCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofileToCa
 
addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.xipki.ca.api.profile.ExtensionValues
 
addExtension(ASN1ObjectIdentifier, ExtensionValue) - Method in class org.xipki.ca.api.profile.ExtensionValues
 
addProfile(CertprofileEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addPublisher(PublisherEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addPublisher(PublisherEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds a publisher.
AddPublisher() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisher
 
addPublisherToCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds publisher publisherName to CA caName.
AddPublisherToCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisherToCa
 
addRequestor(RequestorEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addRequestor(RequestorEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds requstor.
AddRequestor() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestor
 
addRequestorToCa(CaHasRequestorEntry, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds the requestor requestorName to the CA caName.
AddRequestorToCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestorToCa
 
addSigner(SignerEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addSigner(SignerEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds a signer.
AddSigner() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddSigner
 
addSingleCa(CaConf.SingleCa) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addUser(UserEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addUser(AddUserEntry) - Method in class org.xipki.ca.api.mgmt.CaConf
 
addUser(AddUserEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds a user.
AddUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddUser
 
AddUserEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Add User.
AddUserEntry(NameId, boolean, String) - Constructor for class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
addUserToCa(CaHasUserEntry, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Adds the user userName from the CA caName.
AddUserToCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.AddUserToCa
 
ALGO_DELIMITER - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
ALL - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
ALLOW_ALL - Static variable in class org.xipki.ca.api.profile.KeyParametersOption
 
AllowAllParametersOption() - Constructor for class org.xipki.ca.api.profile.KeyParametersOption.AllowAllParametersOption
 
allowsCurve(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
allowsModulusLength(int) - Method in class org.xipki.ca.api.profile.KeyParametersOption.RSAParametersOption
 
allowsPlength(int) - Method in class org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
 
allowsPointEncoding(byte) - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
allowsQlength(int) - Method in class org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
 
assertPermitted(int) - Method in interface org.xipki.ca.api.mgmt.RequestorInfo
 
assertPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
assertPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
assertPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
AuthorityInfoAccessControl(boolean, boolean, Set<String>, Set<String>) - Constructor for class org.xipki.ca.api.profile.Certprofile.AuthorityInfoAccessControl
 

B

BadCertTemplateException - Exception in org.xipki.ca.api
Exception indicates bad certificate template.
BadCertTemplateException() - Constructor for exception org.xipki.ca.api.BadCertTemplateException
 
BadCertTemplateException(String) - Constructor for exception org.xipki.ca.api.BadCertTemplateException
 
BadCertTemplateException(Throwable) - Constructor for exception org.xipki.ca.api.BadCertTemplateException
 
BadCertTemplateException(String, Throwable) - Constructor for exception org.xipki.ca.api.BadCertTemplateException
 
BadFormatException - Exception in org.xipki.ca.api
Exception indicates bad format.
BadFormatException() - Constructor for exception org.xipki.ca.api.BadFormatException
 
BadFormatException(String) - Constructor for exception org.xipki.ca.api.BadFormatException
 
BadFormatException(Throwable) - Constructor for exception org.xipki.ca.api.BadFormatException
 
BadFormatException(String, Throwable) - Constructor for exception org.xipki.ca.api.BadFormatException
 
BaseCertprofile - Class in org.xipki.ca.api.profile
Base Certprofile.
BaseCertprofile() - Constructor for class org.xipki.ca.api.profile.BaseCertprofile
 
bindService(CertPublisherFactory) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
 
ByCaRequestorInfo(NameId) - Constructor for class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
ByteArray() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.ByteArray
 
ByteArray(byte[]) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.ByteArray
 
ByUserRequestorInfo(NameId, CaHasUserEntry) - Constructor for class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 

C

Ca() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.Ca
 
caAdded(X509Cert) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the certificate of the CA.
CaConf - Class in org.xipki.ca.api.mgmt
CA configuration.
CaConf(File, SecurityFactory) - Constructor for class org.xipki.ca.api.mgmt.CaConf
 
CaConf(InputStream, SecurityFactory) - Constructor for class org.xipki.ca.api.mgmt.CaConf
 
CaConf.GenSelfIssued - Class in org.xipki.ca.api.mgmt
 
CaConf.SingleCa - Class in org.xipki.ca.api.mgmt
 
CaConfs - Class in org.xipki.ca.api.mgmt
Helper class to convert the CA configuration.
CaConfType - Class in org.xipki.ca.api.mgmt
CA configuration types.
CaConfType() - Constructor for class org.xipki.ca.api.mgmt.CaConfType
 
CaConfType.Ca - Class in org.xipki.ca.api.mgmt
 
CaConfType.CaHasRequestor - Class in org.xipki.ca.api.mgmt
 
CaConfType.CaHasUser - Class in org.xipki.ca.api.mgmt
 
CaConfType.CaInfo - Class in org.xipki.ca.api.mgmt
 
CaConfType.CaSystem - Class in org.xipki.ca.api.mgmt
 
CaConfType.CaUris - Class in org.xipki.ca.api.mgmt
 
CaConfType.GenSelfIssued - Class in org.xipki.ca.api.mgmt
 
CaConfType.NameTypeConf - Class in org.xipki.ca.api.mgmt
 
CaConfType.Requestor - Class in org.xipki.ca.api.mgmt
 
CaConfType.Signer - Class in org.xipki.ca.api.mgmt
 
CaConfType.User - Class in org.xipki.ca.api.mgmt
 
CaEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry CA.
CaEntry(NameId, int, long, String, String, CaUris, int, int) - Constructor for class org.xipki.ca.api.mgmt.entry.CaEntry
 
CaEntry.CaSignerConf - Class in org.xipki.ca.api.mgmt.entry
 
CaEntryWrapper() - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
CaEntryWrapper(CaEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
CaHasRequestor() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
CaHasRequestorEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry CA-has-Requestor.
CaHasRequestorEntry(NameId) - Constructor for class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
CaHasUser() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
CaHasUserEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry CA-has-user.
CaHasUserEntry(NameId) - Constructor for class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
CaInfo() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
CaManager - Interface in org.xipki.ca.api.mgmt
Interface to manage the CA system.
CaMgmtException - Exception in org.xipki.ca.api.mgmt
Exception related to CA management.
CaMgmtException() - Constructor for exception org.xipki.ca.api.mgmt.CaMgmtException
 
CaMgmtException(String, Throwable) - Constructor for exception org.xipki.ca.api.mgmt.CaMgmtException
 
CaMgmtException(String) - Constructor for exception org.xipki.ca.api.mgmt.CaMgmtException
 
CaMgmtException(Throwable) - Constructor for exception org.xipki.ca.api.mgmt.CaMgmtException
 
CaNameRequest() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.CaNameRequest
 
canCreateProfile(String) - Method in interface org.xipki.ca.api.profile.CertprofileFactory
Whether Certprofile of given type can be created.
canCreateProfile(String) - Method in class org.xipki.ca.api.profile.CertprofileFactoryRegister
Whether Certprofile of given type can be created.
canCreatePublisher(String) - Method in interface org.xipki.ca.api.publisher.CertPublisherFactory
Whether Publisher of given type can be created.
canCreatePublisher(String) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
Whether publisher of given type can be created.
caRevoked(X509Cert, CertRevocationInfo) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the revocation of a CA.
CaStatus - Enum in org.xipki.ca.api.mgmt
CA status enum.
CaSystem() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
CaSystemStatus - Enum in org.xipki.ca.api.mgmt
CA system status enum.
caUnrevoked(X509Cert) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the unrevocation of a CA.
CaUris - Class in org.xipki.ca.api
CA URIs.
CaUris(List<String>, List<String>, List<String>, List<String>) - Constructor for class org.xipki.ca.api.CaUris
 
CaUris() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
certificateAdded(CertificateInfo) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes a certificate.
CertificateInfo - Class in org.xipki.ca.api
Certificate Information.
CertificateInfo(CertWithDbId, PrivateKeyInfo, NameId, X509Cert, NameId, NameId) - Constructor for class org.xipki.ca.api.CertificateInfo
 
certificateRemoved(X509Cert, CertWithDbId) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the remove of a certificate.
certificateRevoked(X509Cert, CertWithDbId, String, CertRevocationInfo) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the revocation of a certificate.
certificateUnrevoked(X509Cert, CertWithDbId) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes the unrevocation of a certificate.
CertListInfo - Class in org.xipki.ca.api.mgmt
Certificate list container.
CertListInfo(BigInteger, String, Date, Date) - Constructor for class org.xipki.ca.api.mgmt.CertListInfo
 
CertListOrderBy - Enum in org.xipki.ca.api.mgmt
The mode to sort the certificates.
Certprofile - Class in org.xipki.ca.api.profile
Defines how the certificate looks like.
Certprofile() - Constructor for class org.xipki.ca.api.profile.Certprofile
 
Certprofile.AuthorityInfoAccessControl - Class in org.xipki.ca.api.profile
 
Certprofile.CertDomain - Enum in org.xipki.ca.api.profile
 
Certprofile.CertLevel - Enum in org.xipki.ca.api.profile
 
Certprofile.CrlDistributionPointsControl - Class in org.xipki.ca.api.profile
 
Certprofile.ExtensionControl - Class in org.xipki.ca.api.profile
 
Certprofile.ExtKeyUsageControl - Class in org.xipki.ca.api.profile
 
Certprofile.GeneralNameMode - Class in org.xipki.ca.api.profile
 
Certprofile.GeneralNameTag - Enum in org.xipki.ca.api.profile
 
Certprofile.KeyUsageControl - Class in org.xipki.ca.api.profile
 
Certprofile.RdnControl - Class in org.xipki.ca.api.profile
 
Certprofile.StringType - Enum in org.xipki.ca.api.profile
 
Certprofile.SubjectControl - Class in org.xipki.ca.api.profile
 
Certprofile.SubjectInfo - Class in org.xipki.ca.api.profile
 
Certprofile.X509CertVersion - Enum in org.xipki.ca.api.profile
 
CertprofileEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Certificate Entry.
CertprofileEntry(NameId, String, String) - Constructor for class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
CertprofileException - Exception in org.xipki.ca.api.profile
Exception related to Certprofile.
CertprofileException() - Constructor for exception org.xipki.ca.api.profile.CertprofileException
 
CertprofileException(String) - Constructor for exception org.xipki.ca.api.profile.CertprofileException
 
CertprofileException(Throwable) - Constructor for exception org.xipki.ca.api.profile.CertprofileException
 
CertprofileException(String, Throwable) - Constructor for exception org.xipki.ca.api.profile.CertprofileException
 
CertprofileFactory - Interface in org.xipki.ca.api.profile
Certprofile factory.
CertprofileFactoryRegister - Class in org.xipki.ca.api.profile
Register of CertprofileFactories.
CertprofileFactoryRegister() - Constructor for class org.xipki.ca.api.profile.CertprofileFactoryRegister
 
CertPublisher - Class in org.xipki.ca.api.publisher
Defines how to publish the certificates and CRLs.
CertPublisher() - Constructor for class org.xipki.ca.api.publisher.CertPublisher
 
CertPublisherException - Exception in org.xipki.ca.api.publisher
Exception related to the publish of certificates and CRLs.
CertPublisherException() - Constructor for exception org.xipki.ca.api.publisher.CertPublisherException
 
CertPublisherException(String) - Constructor for exception org.xipki.ca.api.publisher.CertPublisherException
 
CertPublisherException(Throwable) - Constructor for exception org.xipki.ca.api.publisher.CertPublisherException
 
CertPublisherException(String, Throwable) - Constructor for exception org.xipki.ca.api.publisher.CertPublisherException
 
CertPublisherFactory - Interface in org.xipki.ca.api.publisher
CertPublisher factory interface.
CertPublisherFactoryRegister - Class in org.xipki.ca.api.publisher
Register of CertPublisherFacotries.
CertPublisherFactoryRegister() - Constructor for class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
 
CertWithDbId - Class in org.xipki.ca.api
Certificate with id of this certificate in the database.
CertWithDbId(X509Cert) - Constructor for class org.xipki.ca.api.CertWithDbId
 
CertWithDbIdWrapper() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
CertWithDbIdWrapper(CertWithDbId) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
CertWithRevocationInfo - Class in org.xipki.ca.api.mgmt
Certificate with revocation information.
CertWithRevocationInfo() - Constructor for class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
CertWithRevocationInfoWrapper() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
CertWithRevocationInfoWrapper(CertWithRevocationInfo) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
CertWithStatusInfo - Class in org.xipki.ca.api.mgmt
Certificate with status info.
CertWithStatusInfo() - Constructor for class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
changeCa(ChangeCaEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Changes a CA.
ChangeCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeCa
 
ChangeCaEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Change CA.
ChangeCaEntry(NameId) - Constructor for class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
changeCertprofile(String, String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Changes the certificate profile name.
changePublisher(String, String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Changes the publisher name.
changeRequestor(String, String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Changes the requestor name of type CERTIFCATE.
changeSigner(String, String, String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Changes the signer name.
ChangeSigner() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
ChangeTypeConfEntity() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
ChangeTypeConfEntity(String, String, String) - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
changeUser(ChangeUserEntry) - Method in interface org.xipki.ca.api.mgmt.CaManager
Change the user.
ChangeUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeUser
 
ChangeUserEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Change User.
ChangeUserEntry(NameId) - Constructor for class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
checkPublicKey(SubjectPublicKeyInfo) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
checkPublicKey(SubjectPublicKeyInfo) - Method in class org.xipki.ca.api.profile.Certprofile
Checks the public key.
clearPublishQueue(String, List<String>) - Method in interface org.xipki.ca.api.mgmt.CaManager
Clear the publish queue for the CA caName and publishers publisherNames.
ClearPublishQueue() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ClearPublishQueue
 
close() - Method in class org.xipki.ca.api.profile.Certprofile
 
close() - Method in class org.xipki.ca.api.publisher.CertPublisher
 
CMD_cacert - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_cacertchain - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_crl - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_delete_cert - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_dhpoc_certs - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_enroll_cert - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_enroll_cert_cagenkeypair - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_new_crl - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CMD_revoke_cert - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CmpControl - Class in org.xipki.ca.api.mgmt
CMP control.
CmpControl(String) - Constructor for class org.xipki.ca.api.mgmt.CmpControl
 
CmpControl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Integer, Boolean, List<String>, List<String>, List<String>, List<String>, Integer) - Constructor for class org.xipki.ca.api.mgmt.CmpControl
 
CmpRequestorInfo(CaHasRequestorEntry, CertWithDbId) - Constructor for class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
CmpRequestorInfo(CaHasRequestorEntry, char[], byte[]) - Constructor for class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
compile(String) - Static method in class org.xipki.ca.api.profile.TextVadidator
 
contains(int, int) - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
containsExtension(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionValues
 
convertFileConfToZip(String) - Static method in class org.xipki.ca.api.mgmt.CaConfs
 
COUNTRY - Static variable in class org.xipki.ca.api.profile.TextVadidator
 
createGeneralName(GeneralName, Set<Certprofile.GeneralNameMode>) - Static method in class org.xipki.ca.api.profile.BaseCertprofile
Creates GeneralName.
createString(String) - Method in enum org.xipki.ca.api.profile.Certprofile.StringType
 
createSubjectRdn(String, ASN1ObjectIdentifier, Certprofile.RdnControl) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
crlAdded(X509Cert, X509CRLHolder) - Method in class org.xipki.ca.api.publisher.CertPublisher
Publishes a CRL.
CrlControl - Class in org.xipki.ca.api.mgmt
CRL control.
CrlControl(String) - Constructor for class org.xipki.ca.api.mgmt.CrlControl
 
CrlControl.HourMinute - Class in org.xipki.ca.api.mgmt
 
CrlDistributionPointsControl(Set<String>) - Constructor for class org.xipki.ca.api.profile.Certprofile.CrlDistributionPointsControl
 
CT_pem_file - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CT_pkcs10 - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CT_pkix_cert - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CT_pkix_crl - Static variable in class org.xipki.ca.api.RestAPIConstants
 
CtlogControl - Class in org.xipki.ca.api.mgmt
Certificate Transparency Log control.
CtlogControl(String) - Constructor for class org.xipki.ca.api.mgmt.CtlogControl
 
CtlogControl(Boolean, List<String>, String) - Constructor for class org.xipki.ca.api.mgmt.CtlogControl
 
curveOids() - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 

D

DATE_OF_BIRTH - Static variable in class org.xipki.ca.api.profile.TextVadidator
 
decode(String) - Static method in class org.xipki.ca.api.CaUris
 
DSAKeypairGenControl(int) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
 
DSAKeypairGenControl(int, int, ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
 
DSAKeypairGenControl(BigInteger, BigInteger, BigInteger, ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
 
DSAParametersOption() - Constructor for class org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
 

E

ECKeypairGenControl(ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.ECKeypairGenControl
 
ECKeypairGenControl(ASN1ObjectIdentifier, ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.ECKeypairGenControl
 
ECParamatersOption() - Constructor for class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
EDDSAKeypairGenControl(ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.EDDSAKeypairGenControl
 
EMPTY_INSTANCE - Static variable in class org.xipki.ca.api.CaUris
 
ENROLL_CERT - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
ENROLL_CROSS - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
equals(Object) - Method in class org.xipki.ca.api.CaUris
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.CmpControl
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.CrlControl
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
equals(CaEntry, boolean, boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
equals(CaHasRequestorEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
equals(CaHasUserEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
equals(CertprofileEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
equals(PublisherEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
equals(RequestorEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
equals(UserEntry, boolean) - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
equals(Object) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
equals(Object) - Method in class org.xipki.ca.api.NameId
 
equals(NameId, boolean) - Method in class org.xipki.ca.api.NameId
 
Error() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.Error
 
Error(String) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.Error
 
exportConf(List<String>) - Method in interface org.xipki.ca.api.mgmt.CaManager
Exports the CA system configuration to a zip-stream.
ExportConf() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ExportConf
 
ExtensionControl(boolean, boolean, boolean) - Constructor for class org.xipki.ca.api.profile.Certprofile.ExtensionControl
 
ExtensionSpec - Class in org.xipki.ca.api.profile
Extension specification.
ExtensionSpec() - Constructor for class org.xipki.ca.api.profile.ExtensionSpec
 
ExtensionValue - Class in org.xipki.ca.api.profile
Extension value control.
ExtensionValue(boolean, ASN1Encodable) - Constructor for class org.xipki.ca.api.profile.ExtensionValue
 
ExtensionValues - Class in org.xipki.ca.api.profile
Container of extension value control.
ExtensionValues() - Constructor for class org.xipki.ca.api.profile.ExtensionValues
 
ExtKeyUsageControl(ASN1ObjectIdentifier, boolean) - Constructor for class org.xipki.ca.api.profile.Certprofile.ExtKeyUsageControl
 

F

FAILINFO_badAlg - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_badCertId - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_badCertTemplate - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_badMessageCheck - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_badPOP - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_badRequest - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_certRevoked - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_notAuthorized - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_systemFailure - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_systemUnavail - Static variable in class org.xipki.ca.api.RestAPIConstants
 
FAILINFO_unacceptedExtension - Static variable in class org.xipki.ca.api.RestAPIConstants
 
fixRdnControl(Certprofile.RdnControl) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
fixRdnControl(Certprofile.RdnControl) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
forName(String) - Static method in enum org.xipki.ca.api.mgmt.CaStatus
 
forName(String) - Static method in enum org.xipki.ca.api.mgmt.ValidityMode
 
forName(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.X509CertVersion
 
forValue(String) - Static method in enum org.xipki.ca.api.mgmt.CertListOrderBy
 
forValue(int) - Static method in enum org.xipki.ca.api.profile.Certprofile.X509CertVersion
 
FQDN - Static variable in class org.xipki.ca.api.profile.TextVadidator
 

G

GEN_CRL - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
GEN_KEYPAIR - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
GENDER - Static variable in class org.xipki.ca.api.profile.TextVadidator
 
GeneralNameMode(Certprofile.GeneralNameTag) - Constructor for class org.xipki.ca.api.profile.Certprofile.GeneralNameMode
 
GeneralNameMode(Certprofile.GeneralNameTag, Set<ASN1ObjectIdentifier>) - Constructor for class org.xipki.ca.api.profile.Certprofile.GeneralNameMode
 
generateCertificate(String, String, byte[], Date, Date) - Method in interface org.xipki.ca.api.mgmt.CaManager
CA caName issues a new certificate.
GenerateCertificate() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
generateCrlOnDemand(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Generates a new CRL for CA caName.
generateRootCa(CaEntry, String, byte[], String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Generates a self-signed CA certificate.
GenerateRootCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
generateSerialNumber(X500Name, SubjectPublicKeyInfo, X500Name, SubjectPublicKeyInfo, ConfPairs) - Method in class org.xipki.ca.api.profile.Certprofile
Generate Serial Number of the certificate
GenSelfIssued(String, byte[], String) - Constructor for class org.xipki.ca.api.mgmt.CaConf.GenSelfIssued
 
GenSelfIssued() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
GET_CRL - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
getActive() - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
getAddUserEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddUser
 
getAiaControl() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getAiaControl() - Method in class org.xipki.ca.api.profile.Certprofile
 
getAlgo() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry.CaSignerConf
 
getAliases() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getAliases() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getAliasesForCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Gets the aliases of the given CA caName.
GetAliasesForCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetAliasesForCa
 
GetAliasesForCa(Set<String>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetAliasesForCa
 
getAliasName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCaAlias
 
getAllowedTypes() - Method in class org.xipki.ca.api.profile.Certprofile.GeneralNameMode
 
getBase64Cert() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
getBase64Cert() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
getBasedir() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getBinaryConf() - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
getC14nSubject() - Method in class org.xipki.ca.api.PublicCaInfo
 
getCa(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Gets the CA named caName.
GetCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCa
 
GetCa(MgmtMessage.CaEntryWrapper) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCa
 
getCaAliasNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getCaCert() - Method in class org.xipki.ca.api.PublicCaInfo
 
getCacertUris() - Method in class org.xipki.ca.api.CaUris
 
getCacertUris() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
getCaEntry() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getCaEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCa
 
getCaEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
getCaHasRequestor() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
getCaHasUser() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
GetCaHasUserForUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUserForUser
 
GetCaHasUserForUser(Map<String, CaHasUserEntry>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUserForUser
 
getCaHasUsersForUser(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns map between CA name an CaHasUserEntry for given user.
GetCaHasUsersForUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUsersForUser
 
GetCaHasUsersForUser(Map<String, CaHasUserEntry>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUsersForUser
 
getCaInfo() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getCaIssuersProtocols() - Method in class org.xipki.ca.api.profile.Certprofile.AuthorityInfoAccessControl
 
getCaName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.CaNameRequest
 
getCaName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
getCaName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCertRequest
 
getCaNameForAlias(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Gets the CA name for the alias aliasName.
getCaNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getCaNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getCaNames() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ExportConf
 
getCas() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getCaSystemStatus() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
GetCaSystemStatus() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaSystemStatus
 
GetCaSystemStatus(CaSystemStatus) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCaSystemStatus
 
getCaUris() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCaUris() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCaUris() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCaUris() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCaUris() - Method in class org.xipki.ca.api.PublicCaInfo
Returns the CA URIs.
getCert() - Method in class org.xipki.ca.api.CertificateInfo
 
getCert() - Method in class org.xipki.ca.api.CertWithDbId
 
getCert() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCert() - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
getCert(String, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns certificate with status information for the CA caName and with serial number serialNumber.
getCert(X500Name, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns certificate with revocation information for the issuer and with serial number serialNumber.
getCert() - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
getCert() - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
getCert() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
GetCert() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
getCert() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
getCert() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
GetCert() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCert
 
GetCert(MgmtResponse.CertWithRevocationInfoWrapper) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCert
 
getCert() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
getCertBytes() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCertchain() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCertchain() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCertchainBytes() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCertDomain() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getCertDomain() - Method in class org.xipki.ca.api.profile.Certprofile
 
getCertId() - Method in class org.xipki.ca.api.CertWithDbId
 
getCertId() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
getCertificate() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
getCertificatePolicies() - Method in class org.xipki.ca.api.profile.Certprofile
 
getCertLevel() - Method in class org.xipki.ca.api.profile.Certprofile
 
getCertprofile(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getCertprofile(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the certificate profile named profileName.
getCertprofile() - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
getCertprofile() - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
getCertprofile() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
GetCertprofile() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCertprofile
 
GetCertprofile(CertprofileEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetCertprofile
 
getCertprofileEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofile
 
getCertprofileName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
getCertprofileNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getCertprofileNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getCertprofilesForCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the Certprofile names supported by the CA caName.
getCertRequest(String, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the request used to enroll the given certificate.
GetCertRequest() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.GetCertRequest
 
getChangeCaEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeCa
 
getChangeUserEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeUser
 
getCmpControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCmpControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCmpControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCmpControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCmpResponderName() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCmpResponderName() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCmpResponderName() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCmpResponderName() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCode() - Method in enum org.xipki.ca.api.RequestType
 
getConf() - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
getConf() - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
getConf() - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
getConf() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getConf() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getConf() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
getConf() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry.CaSignerConf
 
getConf() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
getConf() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
getConf() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
getConf() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
getConf() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
getConf() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
getConf() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
getConf() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
getConf() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
getConfBytes() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.LoadConf
 
getConfirmWaitTime() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getConfirmWaitTimeMs() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getControl(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
getCrl(String, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the CRL of CA caName with the CRL number crlNumber.
GetCrl() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.GetCrl
 
getCrlControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCrlControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCrlControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCrlControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCrlDpControl() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getCrlDpControl() - Method in class org.xipki.ca.api.profile.Certprofile
 
getCrlNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCrl
 
getCrlSignerCert() - Method in class org.xipki.ca.api.PublicCaInfo
 
getCrlSignerName() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCrlSignerName() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCrlSignerName() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCrlSignerName() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCrlUris() - Method in class org.xipki.ca.api.CaUris
 
getCrlUris() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
getCsr() - Method in class org.xipki.ca.api.mgmt.CaConf.GenSelfIssued
 
getCsr() - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
getCtlogControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getCtlogControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getCtlogControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getCtlogControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getCurrentCrl(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the latest CRL of CA caName.
getCurveOid() - Method in class org.xipki.ca.api.profile.KeypairGenControl.ECKeypairGenControl
 
getCurveOids() - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
getDeltaCrlIntervals() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getDeltaCrlUris() - Method in class org.xipki.ca.api.CaUris
 
getDeltacrlUris() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
getDhpocControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getDhpocControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getDhpocControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getDhpocControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getEncoded() - Method in class org.xipki.ca.api.CaUris
 
getEncoded() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
getEncodedCert() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getEncodedCert() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
getEncodedCertchain() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getEncodedCsr() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
getEncodedCsr() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
getEncodedIssuerDn() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
getEncodedSubjectDnPattern() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
getEntityName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RemoveEntityFromCa
 
getErrorCode() - Method in exception org.xipki.ca.api.OperationException
 
getErrorMessage() - Method in exception org.xipki.ca.api.OperationException
 
getExpirationPeriod() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getExpirationPeriod() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getExpirationPeriod() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getExpirationPeriod() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getExtendedKeyUsages() - Method in class org.xipki.ca.api.profile.Certprofile
 
getExtensionControls() - Method in class org.xipki.ca.api.profile.Certprofile
 
getExtensionOids() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getExtensions(Map<ASN1ObjectIdentifier, Certprofile.ExtensionControl>, X500Name, X500Name, Map<ASN1ObjectIdentifier, Extension>, Date, Date, PublicCaInfo) - Method in class org.xipki.ca.api.profile.Certprofile
Checks the requested extensions and returns the canonicalized ones.
getExtensionSpec(Certprofile.CertDomain, Certprofile.CertLevel) - Static method in class org.xipki.ca.api.profile.ExtensionSpec
 
getExtensionTypes() - Method in class org.xipki.ca.api.profile.ExtensionValues
 
getExtensionValue(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionValues
 
getExtKeyUsage() - Method in class org.xipki.ca.api.profile.Certprofile.ExtKeyUsageControl
 
getExtraControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getExtraControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getExtraControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getExtraControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getExtraControl() - Method in class org.xipki.ca.api.PublicCaInfo
 
getFailedCaNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getForwardDNs() - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
getFreshestCrlControl() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getFreshestCrlControl() - Method in class org.xipki.ca.api.profile.Certprofile
 
getFullCrlIntervals() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getGenSelfIssued() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getGenSelfIssued() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getGrantedSubject() - Method in class org.xipki.ca.api.profile.Certprofile.SubjectInfo
 
getGroup() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getGroup(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
getGroups() - Method in class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
getHashAlgo() - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
getHashedPassword() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
getHashedPassword() - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
getHexSha1OfCert() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getHour() - Method in class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 
getId() - Method in class org.xipki.ca.api.NameId
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getIdent() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
getIdent() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
getIdent() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
getIdent() - Method in interface org.xipki.ca.api.mgmt.RequestorInfo
 
getInactiveCaNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getInstance(int) - Static method in enum org.xipki.ca.api.RequestType
 
getIntervalDayTime() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getInvalidityDateMode() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getInvalidityTime() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
getIssuer() - Method in class org.xipki.ca.api.CertificateInfo
 
getIssuer() - Method in class org.xipki.ca.api.PublicCaInfo
 
getIssuerCert() - Method in class org.xipki.ca.api.CertificateInfo
 
getKeepExpiredCertDays() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getKeepExpiredCertInDays() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getKeepExpiredCertInDays() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getKeepExpiredCertInDays() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getKeyAlgorithm() - Method in class org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
 
getKeyAlgorithm() - Method in class org.xipki.ca.api.profile.KeypairGenControl.ECKeypairGenControl
 
getKeyAlgorithm() - Method in class org.xipki.ca.api.profile.KeypairGenControl.EDDSAKeypairGenControl
 
getKeyAlgorithm() - Method in class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
 
getKeyAlgorithms() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getKeyAlgorithms() - Method in class org.xipki.ca.api.profile.Certprofile
 
getKeyId() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
getKeypairGenControl() - Method in class org.xipki.ca.api.profile.Certprofile
 
getKeysize() - Method in class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
 
getKeyUsage() - Method in class org.xipki.ca.api.profile.Certprofile
 
getKeyUsage() - Method in class org.xipki.ca.api.profile.Certprofile.KeyUsageControl
 
getMax() - Method in class org.xipki.ca.api.profile.Range
 
getMaxCertSize() - Method in class org.xipki.ca.api.profile.Certprofile
Returns maximal size in bytes of the certificate.
getMaxOccurs() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getMaxValidity() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getMaxValidity() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getMaxValidity() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getMaxValidity() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getMessage() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.Error
 
getMessageTimeBias() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getMethod() - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
getMin() - Method in class org.xipki.ca.api.profile.Range
 
getMinOccurs() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getMinute() - Method in class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
getName() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
getName() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
getName() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
getName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
getName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
getName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.Name
 
getName() - Method in class org.xipki.ca.api.NameId
 
getNextCrlNo() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getNextCrlNumber() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getNextCrlNumber() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getNotAfter() - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
getNotAfter() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
getNotBefore() - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
getNotBefore() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
getNotBefore(Date) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getNotBefore(Date) - Method in class org.xipki.ca.api.profile.Certprofile
Checks and gets the granted NotBefore.
getNumCrls() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getNumCrls() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getNumCrls() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getNumCrls() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getNumEntries() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
getNumThreads() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RepublishCertificates
 
getOcspProtocols() - Method in class org.xipki.ca.api.profile.Certprofile.AuthorityInfoAccessControl
 
getOcspUris() - Method in class org.xipki.ca.api.CaUris
 
getOcspUris() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
getOrderBy() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
getOverlapDays() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
getParameterSpec() - Method in class org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
 
getPassword() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
getPassword() - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
getPassword() - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
getPassword() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
getPathLenBasicConstraint() - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getPathLenBasicConstraint() - Method in class org.xipki.ca.api.profile.Certprofile
 
getPathLenConstraint() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getPattern() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getPattern(ASN1ObjectIdentifier) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
getPermission() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getPermission() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
getPermission() - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
getPermission() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getPermission() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getPermissionForText(String) - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
getPermissions() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
getPermissions() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
getPermissions() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getPermissions() - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
getPointEncodings() - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
getPopoAlgoValidator() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getPrefix() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getPrivateKey() - Method in class org.xipki.ca.api.CertificateInfo
 
getProfile() - Method in class org.xipki.ca.api.CertificateInfo
 
getProfile() - Method in class org.xipki.ca.api.mgmt.CaConf.GenSelfIssued
 
getProfile() - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
getProfileName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofileToCa
 
getProfileName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
getProfileNames() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
getProfiles() - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
getProperties() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getProtocols() - Method in class org.xipki.ca.api.profile.Certprofile.CrlDistributionPointsControl
 
getProtocolSupport() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getProtocolSupport() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getProtocoSupport() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getPublicExponent() - Method in class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
 
GetPublischersForCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetPublischersForCa
 
GetPublischersForCa(List<PublisherEntry>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetPublischersForCa
 
getPublisher(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getPublisher(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the publisher.
GetPublisher() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetPublisher
 
GetPublisher(PublisherEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetPublisher
 
getPublisherEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisher
 
getPublisherName() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisherToCa
 
getPublisherNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getPublisherNames() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getPublisherNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getPublisherNames() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ClearPublishQueue
 
getPublisherNames() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RepublishCertificates
 
getPublishers() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getPublishers() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getPublishersForCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns publishers for the CA caName.
getRdnControl(ASN1ObjectIdentifier) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
getReason() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
getReqType() - Method in class org.xipki.ca.api.CertificateInfo
 
getRequestedSubject() - Method in class org.xipki.ca.api.CertificateInfo
 
getRequestor() - Method in class org.xipki.ca.api.CertificateInfo
 
getRequestor(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getRequestor(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the requestor named name.
getRequestor() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestorToCa
 
GetRequestor() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestor
 
GetRequestor(RequestorEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestor
 
getRequestorEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestor
 
getRequestorIdent() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
getRequestorName() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
getRequestorNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getRequestorNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getRequestors() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getRequestors() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getRequestors() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getRequestorsForCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the Requests supported by the CA caName.
GetRequestorsForCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestorsForCa
 
GetRequestorsForCa(Set<CaHasRequestorEntry>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestorsForCa
 
getRequiredExtensions() - Method in class org.xipki.ca.api.profile.ExtensionSpec
 
getResponsePbmIterationCount() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getResponsePbmMac() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getResponsePbmOwf() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.ByteArray
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetAliasesForCa
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCa
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUserForUser
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUsersForUser
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaSystemStatus
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCert
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCertprofile
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetPublischersForCa
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetPublisher
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestor
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestorsForCa
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetSigner
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetUser
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.ListCertificates
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.LoadConf
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.StringResponse
 
getResult() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.StringSet
 
getRevInfo() - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
getRevInfo() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
getRevocationInfo() - Method in class org.xipki.ca.api.CertificateInfo
 
getRevocationInfo() - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
getRevocationInfo() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getRevocationInfo() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getRevocationInfo() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCa
 
getRevokeSuspended() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getRevokeSuspendedControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getRevokeSuspendedControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getRevokeSuspendedControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSaveRequest() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getScepControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getScepControl() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getScepControl() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getScepControl() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getScepResponderName() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getScepResponderName() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getScepResponderName() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getScepResponderName() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getSerialNoLen() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getSerialNoLen() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSerialNoLen() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.CaConf.GenSelfIssued
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCertRequest
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RemoveCertificate
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
getSerialNumber() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.UnrevokeCertificate
 
getSerialNumber() - Method in class org.xipki.ca.api.PublicCaInfo
 
getSerialNumberMode() - Method in class org.xipki.ca.api.profile.Certprofile
How to generate the certificate's serial number.
getServers() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
getSigAlgoValidator() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
getSignatureAlgorithms() - Method in class org.xipki.ca.api.profile.Certprofile
 
getSigner(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getSigner(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the signer named name.
GetSigner() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetSigner
 
GetSigner(MgmtMessage.SignerEntryWrapper) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetSigner
 
getSignerConf() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getSignerConf() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getSignerConf() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSignerConf() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getSignerEntry() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddSigner
 
getSignerNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getSignerNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getSigners() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getSignerType() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getSignerType() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getSignerType() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSignerType() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getSnSize() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getSslContextName() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
getStatus() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getStatus() - Method in enum org.xipki.ca.api.mgmt.CaStatus
 
getStatus() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getStatus() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getStatus() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getStringLengthRange() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getStringLengthRange(ASN1ObjectIdentifier) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
getStringType() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getStringType(ASN1ObjectIdentifier) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
getSubject() - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
getSubject() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getSubject(X500Name) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getSubject(X500Name, SubjectPublicKeyInfo) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
getSubject(X500Name) - Method in class org.xipki.ca.api.profile.Certprofile
Checks the requested subject.
getSubject(X500Name, SubjectPublicKeyInfo) - Method in class org.xipki.ca.api.profile.Certprofile
Checks the requested subject.
getSubject() - Method in class org.xipki.ca.api.PublicCaInfo
 
getSubjectAltName() - Method in class org.xipki.ca.api.PublicCaInfo
 
getSubjectAltNameModes() - Method in class org.xipki.ca.api.profile.Certprofile
 
getSubjectControl() - Method in class org.xipki.ca.api.profile.Certprofile
Get the SubjectControl.
getSubjectInfoAccessModes() - Method in class org.xipki.ca.api.profile.Certprofile
Returns the SubjectInfoAccess modes.
getSubjectKeyIdentifer() - Method in class org.xipki.ca.api.PublicCaInfo
 
getSubjectKeyIdentifier(SubjectPublicKeyInfo) - Method in class org.xipki.ca.api.profile.Certprofile
 
getSubjectKeyIdentifierControl() - Method in class org.xipki.ca.api.profile.Certprofile
 
getSuccessfulCaNames() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
getSuffix() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getSupportCmp() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSupportedCertprofileTypes() - Method in interface org.xipki.ca.api.mgmt.CaManager
Retrieves the types of supported certificate profiles.
getSupportedPublisherTypes() - Method in interface org.xipki.ca.api.mgmt.CaManager
Retrieves the types of supported publishers.
getSupportedSignerTypes() - Method in interface org.xipki.ca.api.mgmt.CaManager
Retrieves the types of supported signers.
getSupportedTypes() - Method in interface org.xipki.ca.api.profile.CertprofileFactory
Retrieves the types of supported certificate profiles.
getSupportedTypes() - Method in class org.xipki.ca.api.profile.CertprofileFactoryRegister
Retrieves the types of supported certificate profiles.
getSupportedTypes() - Method in interface org.xipki.ca.api.publisher.CertPublisherFactory
Retrieves the types of supported publishers.
getSupportedTypes() - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
Retrieves the types of supported publishers.
getSupportRest() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getSupportScep() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getTag() - Method in class org.xipki.ca.api.profile.Certprofile.GeneralNameMode
 
getTag() - Method in enum org.xipki.ca.api.profile.Certprofile.GeneralNameTag
 
getTargetReason() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
getText() - Method in enum org.xipki.ca.api.mgmt.CertListOrderBy
 
getTextForCode(int) - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
getTransactionId() - Method in class org.xipki.ca.api.CertificateInfo
 
getTruncateMethod() - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
getType() - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
getType() - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
getType() - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
getType() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
getType() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
getType() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
getType() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
getType() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
getType() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
getType() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
getType() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getTypes() - Method in class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
getTypesForGroup(String) - Method in class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
getUnchangedSince() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
getUser() - Method in class org.xipki.ca.api.CertificateInfo
 
getUser(String) - Method in class org.xipki.ca.api.mgmt.CaConf
 
getUser(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns the user username.
getUser() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddUserToCa
 
GetUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetUser
 
GetUser(UserEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetUser
 
getUserId() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
getUserIdent() - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
getUserName() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
getUserNames() - Method in class org.xipki.ca.api.mgmt.CaConf
 
getUsers() - Method in class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
getUsers() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
getUsers() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
getValidFrom() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
getValidity() - Method in class org.xipki.ca.api.profile.Certprofile
 
getValidityMode() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
getValidityMode() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
getValidityMode() - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
getValidityMode() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
getValidTo() - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
getValue() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
getValue() - Method in class org.xipki.ca.api.profile.ExtensionValue
 
getVersion() - Method in class org.xipki.ca.api.profile.Certprofile
 
getVersionNumber() - Method in enum org.xipki.ca.api.profile.Certprofile.X509CertVersion
 
getWarning() - Method in class org.xipki.ca.api.profile.Certprofile.SubjectInfo
 
getWarningMessage() - Method in class org.xipki.ca.api.CertificateInfo
 

H

hashCode() - Method in class org.xipki.ca.api.CaUris
 
hashCode() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
hashCode() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
hashCode() - Method in class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 
hashCode() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
hashCode() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
hashCode() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
hashCode() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
hashCode() - Method in class org.xipki.ca.api.NameId
 
HEADER_failInfo - Static variable in class org.xipki.ca.api.RestAPIConstants
 
HEADER_PKISTATUS - Static variable in class org.xipki.ca.api.RestAPIConstants
 
HEADER_STATUS_String - Static variable in class org.xipki.ca.api.RestAPIConstants
 
HourMinute(int, int) - Constructor for class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 

I

incSerialNumber(String) - Method in class org.xipki.ca.api.profile.Certprofile
Increments the SerialNumber attribute in the subject.
initialize(String) - Method in class org.xipki.ca.api.profile.Certprofile
Initializes this object.
initialize(String, PasswordResolver, Map<String, FileOrValue>) - Method in class org.xipki.ca.api.publisher.CertPublisher
Initializes me.
INSTANCE - Static variable in class org.xipki.ca.api.profile.KeypairGenControl.ForbiddenKeypairGenControl
 
INSTANCE - Static variable in class org.xipki.ca.api.profile.KeypairGenControl.InheritCAKeypairGenControl
 
InsufficientPermissionException - Exception in org.xipki.ca.api
Exception indicates insufficient permission.
InsufficientPermissionException(String) - Constructor for exception org.xipki.ca.api.InsufficientPermissionException
 
isActive() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
isActive() - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
isActive() - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
isAlreadyIssued() - Method in class org.xipki.ca.api.CertificateInfo
 
isAsyn() - Method in class org.xipki.ca.api.publisher.CertPublisher
 
isCertprofilePermitted(String) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
isCertprofilePermitted(String) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
isCertprofilePermitted(String) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
isCertprofilePermitted(String) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
isCertprofilePermitted(String) - Method in interface org.xipki.ca.api.mgmt.RequestorInfo
 
isCmp() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
isConfirmCert() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isCritical() - Method in class org.xipki.ca.api.profile.Certprofile.ExtensionControl
 
isCritical() - Method in class org.xipki.ca.api.profile.ExtensionValue
 
isCriticalOnly(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionSpec
 
isEnabled() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
isEnabled() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
isExcludeReason() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
isExtendedNextUpdate() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
isFaulty() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
isFaulty() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
isFaulty() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
isFaulty() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
isFaulty() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
isGroupEnroll() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isHealthy() - Method in class org.xipki.ca.api.publisher.CertPublisher
 
isIncludeCaCert() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
isIncludeCertChain() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
isIncludeExpiredcerts() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
isIncludesCaIssuers() - Method in class org.xipki.ca.api.profile.Certprofile.AuthorityInfoAccessControl
 
isIncludeSignerCert() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
isIncludesOcsp() - Method in class org.xipki.ca.api.profile.Certprofile.AuthorityInfoAccessControl
 
isMessageTimeRequired() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isNonCriticalOnly(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionSpec
 
isNonRequest(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionSpec
 
isNotInSubject() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
isNotPermitted(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionSpec
 
isOnlyForRa() - Method in class org.xipki.ca.api.profile.Certprofile
 
isPermitted(int) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
isPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
isPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
isPermitted(int) - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
isPermitted(int) - Method in interface org.xipki.ca.api.mgmt.RequestorInfo
 
isRa() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
isRa() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
isRa() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByCaRequestorInfo
 
isRa() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.ByUserRequestorInfo
 
isRa() - Method in class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
 
isRa() - Method in interface org.xipki.ca.api.mgmt.RequestorInfo
 
isRequest() - Method in class org.xipki.ca.api.profile.Certprofile.ExtensionControl
 
isRequestPbmMacPermitted(SignAlgo) - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isRequestPbmOwfPermitted(HashAlgo) - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isRequired() - Method in class org.xipki.ca.api.profile.Certprofile.ExtensionControl
 
isRequired() - Method in class org.xipki.ca.api.profile.Certprofile.ExtKeyUsageControl
 
isRequired() - Method in class org.xipki.ca.api.profile.Certprofile.KeyUsageControl
 
isRest() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
isRevoked() - Method in class org.xipki.ca.api.CertificateInfo
 
isRevoked() - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
isRrAkiRequired() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isSaveReq() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
isSaveRequest() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
isSaveRequest() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
isScep() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
isSendCaCert() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isSendCertChain() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isSendResponderCert() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
isSerialNumberInReqPermitted() - Method in class org.xipki.ca.api.profile.Certprofile
Whether the subject attribute serialNumber in request is permitted.
isSupportGetCrl() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
isValid(String) - Method in class org.xipki.ca.api.profile.TextVadidator
 
isValidCountryAreaCode(String) - Static method in class org.xipki.ca.api.profile.SubjectDnSpec
 
isValidPublicDomain(String) - Static method in class org.xipki.ca.api.profile.ExtensionSpec
 
isValidPublicIPv4Address(byte[]) - Static method in class org.xipki.ca.api.profile.ExtensionSpec
 
isValueOverridable() - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 

K

KEY_CACERT_INCLUDED - Static variable in class org.xipki.ca.api.mgmt.ScepControl
 
KEY_CERTCHAIN_INCLUDED - Static variable in class org.xipki.ca.api.mgmt.ScepControl
 
KEY_CONFIRM_CERT - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_CONFIRM_WAITTIME - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_DELTACRL_INTERVALS - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_ENABLED - Static variable in class org.xipki.ca.api.mgmt.CtlogControl
Whether CTLog is enabled: true or false.
KEY_ENABLED - Static variable in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
KEY_EXCLUDE_REASON - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_EYTENSIONS - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_FULLCRL_EXTENDED_NEXTUPDATE - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_FULLCRL_INTERVALS - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_GROUP_ENROLL - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_INCLUDE_EXPIREDCERTS - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_INTERVAL_TIME - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_INVALIDITY_DATE - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_MESSAGETIME_BIAS - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_MESSAGETIME_REQUIRED - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_OVERLAP_DAYS - Static variable in class org.xipki.ca.api.mgmt.CrlControl
 
KEY_OVERLAP_MINUTES - Static variable in class org.xipki.ca.api.mgmt.CrlControl
Deprecated.
KEY_POPO_SIGALGO - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_PROTECTION_PBM_IC - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_PROTECTION_PBM_MAC - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_PROTECTION_PBM_OWF - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_PROTECTION_SIGALGO - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_REVOCATION_REASON - Static variable in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
KEY_RR_AKI_REQUIRED - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_SEND_CA - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_SEND_CERTCHAIN - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_SEND_RESPONDER - Static variable in class org.xipki.ca.api.mgmt.CmpControl
 
KEY_SERVERS - Static variable in class org.xipki.ca.api.mgmt.CtlogControl
';'-separated URL of the CT Log servers.
KEY_SIGNERCERT_INCLUDED - Static variable in class org.xipki.ca.api.mgmt.ScepControl
 
KEY_SSLCONTEXT_NAME - Static variable in class org.xipki.ca.api.mgmt.CtlogControl
The name of SSL context.
KEY_SUPPORT_GETCRL - Static variable in class org.xipki.ca.api.mgmt.ScepControl
 
KEY_UNCHANGED_SINCE - Static variable in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
KEY_UPDATE - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
KeypairGenControl - Class in org.xipki.ca.api.profile
Control of how the CA generate keypair for the new certificate.
KeypairGenControl() - Constructor for class org.xipki.ca.api.profile.KeypairGenControl
 
KeypairGenControl.DSAKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeypairGenControl.ECKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeypairGenControl.EDDSAKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeypairGenControl.ForbiddenKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeypairGenControl.InheritCAKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeypairGenControl.RSAKeypairGenControl - Class in org.xipki.ca.api.profile
 
KeyParametersOption - Class in org.xipki.ca.api.profile
Control the permitted public key in the certificate.
KeyParametersOption.AllowAllParametersOption - Class in org.xipki.ca.api.profile
 
KeyParametersOption.DSAParametersOption - Class in org.xipki.ca.api.profile
 
KeyParametersOption.ECParamatersOption - Class in org.xipki.ca.api.profile
 
KeyParametersOption.RSAParametersOption - Class in org.xipki.ca.api.profile
 
KeyUsageControl(KeyUsage, boolean) - Constructor for class org.xipki.ca.api.profile.Certprofile.KeyUsageControl
 

L

listCertificates(String, X500Name, Date, Date, CertListOrderBy, int) - Method in interface org.xipki.ca.api.mgmt.CaManager
Returns a sorted list of certificate meta information.
ListCertificates() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
ListCertificates() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.ListCertificates
 
ListCertificates(List<CertListInfo>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.ListCertificates
 
loadConf(InputStream) - Method in interface org.xipki.ca.api.mgmt.CaManager
Loads the CA system configuration.
LoadConf() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.LoadConf
 
LoadConf() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.LoadConf
 
LoadConf(Map<String, byte[]>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.LoadConf
 

M

marshal(CaConfType.CaSystem, OutputStream) - Static method in class org.xipki.ca.api.mgmt.CaConfs
 
match(int) - Method in class org.xipki.ca.api.profile.Range
 
MAX_SERIALNUMBER_SIZE - Static variable in interface org.xipki.ca.api.mgmt.CaManager
Since serial number should be positive and maximal 20 bytes.
MgmtEntry - Class in org.xipki.ca.api.mgmt.entry
CA management entry.
MgmtEntry() - Constructor for class org.xipki.ca.api.mgmt.entry.MgmtEntry
 
MgmtMessage - Class in org.xipki.ca.api.mgmt
CA Management message via the REST API.
MgmtMessage() - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage
 
MgmtMessage.CaEntryWrapper - Class in org.xipki.ca.api.mgmt
 
MgmtMessage.MgmtAction - Enum in org.xipki.ca.api.mgmt
 
MgmtMessage.SignerEntryWrapper - Class in org.xipki.ca.api.mgmt
 
MgmtRequest - Class in org.xipki.ca.api.mgmt
CA Management request via the REST API.
MgmtRequest() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest
 
MgmtRequest.AddCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddCaAlias - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddCertprofile - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddCertprofileToCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddPublisher - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddPublisherToCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddRequestor - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddRequestorToCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddSigner - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddUser - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.AddUserToCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.CaNameRequest - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ChangeCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ChangeSigner - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ChangeTypeConfEntity - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ChangeUser - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ClearPublishQueue - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ExportConf - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.GenerateCertificate - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.GenerateRootCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.GetCert - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.GetCertRequest - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.GetCrl - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.ListCertificates - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.LoadConf - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.Name - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.RemoveCertificate - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.RemoveEntityFromCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.RepublishCertificates - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.RevokeCa - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.RevokeCertificate - Class in org.xipki.ca.api.mgmt
 
MgmtRequest.UnrevokeCertificate - Class in org.xipki.ca.api.mgmt
 
MgmtResponse - Class in org.xipki.ca.api.mgmt
CA Management response via the REST API.
MgmtResponse() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse
 
MgmtResponse.ByteArray - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.CertWithDbIdWrapper - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.CertWithRevocationInfoWrapper - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.Error - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetAliasesForCa - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCa - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCaHasUserForUser - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCaHasUsersForUser - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCaSystemStatus - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCert - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetCertprofile - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetPublischersForCa - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetPublisher - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetRequestor - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetRequestorsForCa - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetSigner - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.GetUser - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.ListCertificates - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.LoadConf - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.StringResponse - Class in org.xipki.ca.api.mgmt
 
MgmtResponse.StringSet - Class in org.xipki.ca.api.mgmt
 
MIN_SERIALNUMBER_SIZE - Static variable in interface org.xipki.ca.api.mgmt.CaManager
Although is is possible to configure it to 1, it is recommended to set it to at least 9.

N

Name() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.Name
 
Name(String) - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.Name
 
NAME_BY_CA - Static variable in interface org.xipki.ca.api.mgmt.RequestorInfo
 
NAME_BY_USER - Static variable in interface org.xipki.ca.api.mgmt.RequestorInfo
 
NameId - Class in org.xipki.ca.api
Name and Identifier.
NameId(Integer, String) - Constructor for class org.xipki.ca.api.NameId
 
NameTypeConf() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
newCertprofile(String) - Method in interface org.xipki.ca.api.profile.CertprofileFactory
Create new Certprofile of given type.
newCertprofile(String) - Method in class org.xipki.ca.api.profile.CertprofileFactoryRegister
Create new Certprofile of given type.
newPublisher(String) - Method in interface org.xipki.ca.api.publisher.CertPublisherFactory
Create new publisher of given type.
newPublisher(String) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
Create new publisher of given type.
notifyCaChange() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
NULL - Static variable in interface org.xipki.ca.api.mgmt.CaManager
 
NUMBER - Static variable in class org.xipki.ca.api.profile.TextVadidator
 

O

ofName(String) - Static method in enum org.xipki.ca.api.mgmt.MgmtMessage.MgmtAction
 
OperationException - Exception in org.xipki.ca.api
Operation exception.
OperationException(OperationException.ErrorCode) - Constructor for exception org.xipki.ca.api.OperationException
 
OperationException(OperationException.ErrorCode, String) - Constructor for exception org.xipki.ca.api.OperationException
 
OperationException(OperationException.ErrorCode, Throwable) - Constructor for exception org.xipki.ca.api.OperationException
 
OperationException.ErrorCode - Enum in org.xipki.ca.api
 
org.xipki.ca.api - package org.xipki.ca.api
 
org.xipki.ca.api.mgmt - package org.xipki.ca.api.mgmt
 
org.xipki.ca.api.mgmt.entry - package org.xipki.ca.api.mgmt.entry
 
org.xipki.ca.api.profile - package org.xipki.ca.api.profile
 
org.xipki.ca.api.publisher - package org.xipki.ca.api.publisher
 

P

PARAM_ca_sha1 - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_crl_number - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_invalidity_time - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_not_after - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_not_before - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_profile - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_reason - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PARAM_serial_number - Static variable in class org.xipki.ca.api.RestAPIConstants
 
pattern() - Method in class org.xipki.ca.api.profile.TextVadidator
 
PermissionConstants - Class in org.xipki.ca.api.mgmt
CA permission constants.
permissionToString(int) - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
permissionToStringSet(int) - Static method in class org.xipki.ca.api.mgmt.PermissionConstants
 
PKISTATUS_accepted - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PKISTATUS_rejection - Static variable in class org.xipki.ca.api.RestAPIConstants
 
PKISTATUS_waiting - Static variable in class org.xipki.ca.api.RestAPIConstants
 
ProtocolSupport - Class in org.xipki.ca.api.mgmt
Protocol support control (e.g.
ProtocolSupport(Set<String>) - Constructor for class org.xipki.ca.api.mgmt.ProtocolSupport
 
ProtocolSupport(String) - Constructor for class org.xipki.ca.api.mgmt.ProtocolSupport
 
ProtocolSupport(boolean, boolean, boolean) - Constructor for class org.xipki.ca.api.mgmt.ProtocolSupport
 
PublicCaInfo - Class in org.xipki.ca.api
Public CA information.
PublicCaInfo(X509Cert, CaUris, ConfPairs) - Constructor for class org.xipki.ca.api.PublicCaInfo
 
PublicCaInfo(X500Name, X500Name, BigInteger, GeneralNames, byte[], CaUris, ConfPairs) - Constructor for class org.xipki.ca.api.PublicCaInfo
 
PublisherEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Publisher.
PublisherEntry(NameId, String, String) - Constructor for class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
publishsGoodCert() - Method in class org.xipki.ca.api.publisher.CertPublisher
 

R

Range - Class in org.xipki.ca.api.profile
Range with optional min and max values.
Range() - Constructor for class org.xipki.ca.api.profile.Range
 
Range(Integer, Integer) - Constructor for class org.xipki.ca.api.profile.Range
 
RdnControl(ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.Certprofile.RdnControl
 
RdnControl(ASN1ObjectIdentifier, String, boolean) - Constructor for class org.xipki.ca.api.profile.Certprofile.RdnControl
 
RdnControl(ASN1ObjectIdentifier, int, int) - Constructor for class org.xipki.ca.api.profile.Certprofile.RdnControl
 
refreshTokenForSignerType(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
 
registFactory(CertprofileFactory) - Method in class org.xipki.ca.api.profile.CertprofileFactoryRegister
 
registFactory(CertPublisherFactory) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
 
REMOVE_CERT - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
removeCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the CA caName from the system.
removeCaAlias(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Remove the alias aliasName.
removeCertificate(String, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes a certificate with the serial number serialNumber, and issued by the CA caName.
RemoveCertificate() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.RemoveCertificate
 
removeCertprofile(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the certificate profile profileName.
removeCertprofileFromCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the support of the certprofile profileName from the CA caName.
RemoveEntityFromCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.RemoveEntityFromCa
 
removeExtensionTuple(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionValues
 
removePublisher(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the publisher publisherName.
removePublisherFromCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes publisher publisherName from the CA caName.
removeRequestor(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes requestor named requestorName.
removeRequestorFromCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the requestor requestorName from the CA caName.
removeSigner(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the signer named name.
removeUser(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Remove the name username.
removeUserFromCa(String, String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Removes the user userName from the CA caName.
republishCertificates(String, List<String>, int) - Method in interface org.xipki.ca.api.mgmt.CaManager
Republishes certificates of the CA caName to the publishers publisherNames.
RepublishCertificates() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.RepublishCertificates
 
Requestor() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
RequestorEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Requestor.
RequestorEntry(NameId, String, String) - Constructor for class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
RequestorInfo - Interface in org.xipki.ca.api.mgmt
Requestor info interface.
RequestorInfo.ByCaRequestorInfo - Class in org.xipki.ca.api.mgmt
CA system as the requestor.
RequestorInfo.ByUserRequestorInfo - Class in org.xipki.ca.api.mgmt
Represent requestor that is authenticated via user/password.
RequestorInfo.CmpRequestorInfo - Class in org.xipki.ca.api.mgmt
CMP requestor info.
RequestType - Enum in org.xipki.ca.api
Request type.
RestAPIConstants - Class in org.xipki.ca.api
REST API constants.
RestAPIConstants() - Constructor for class org.xipki.ca.api.RestAPIConstants
 
restartCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Restart the given CA.
restartCaSystem() - Method in interface org.xipki.ca.api.mgmt.CaManager
Restart the whole CA system.
REVOKE_CERT - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
revokeCa(String, CertRevocationInfo) - Method in interface org.xipki.ca.api.mgmt.CaManager
Revokes the CA caName.
RevokeCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCa
 
revokeCertificate(String, BigInteger, CrlReason, Date) - Method in interface org.xipki.ca.api.mgmt.CaManager
Revokes a certificate with the serial number serialNumber, and issued by the CA caName.
RevokeCertificate() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
RevokeSuspendedControl - Class in org.xipki.ca.api.mgmt
Revoke suspended certificate control.
RevokeSuspendedControl(String) - Constructor for class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
RevokeSuspendedControl(ConfPairs) - Constructor for class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
RevokeSuspendedControl(boolean) - Constructor for class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
RevokeSuspendedControl(boolean, CrlReason, Validity) - Constructor for class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
RSAKeypairGenControl(int) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
 
RSAKeypairGenControl(int, BigInteger, ASN1ObjectIdentifier) - Constructor for class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
 
RSAParametersOption() - Constructor for class org.xipki.ca.api.profile.KeyParametersOption.RSAParametersOption
 

S

ScepControl - Class in org.xipki.ca.api.mgmt
SCEP control.
ScepControl(String) - Constructor for class org.xipki.ca.api.mgmt.ScepControl
 
setActive(Boolean) - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
setActive(boolean) - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
setActive(Boolean) - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
setActive(boolean) - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
setAddUserEntry(AddUserEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddUser
 
setAliases(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setAliasName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCaAlias
 
setAlreadyIssued(boolean) - Method in class org.xipki.ca.api.CertificateInfo
 
setBase64Cert(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
setBasedir(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setBinaryConf(FileOrBinary) - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
setCacertUris(List<String>) - Method in class org.xipki.ca.api.CaUris
 
setCacertUris(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
setCaEntry(MgmtMessage.CaEntryWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCa
 
setCaEntry(MgmtMessage.CaEntryWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
setCaInfo(CaConfType.CaInfo) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setCaName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.CaNameRequest
 
setCaName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
setCaName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCertRequest
 
setCaNames(List<String>) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ExportConf
 
setCas(List<CaConfType.Ca>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setCaUris(CaConfType.CaUris) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCaUris(CaUris) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCaUris(CaUris) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCert(FileOrBinary) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCert(FileOrBinary) - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
setCert(CertWithDbId) - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
setCert(X509Cert) - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
setCert(X509Cert) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCert(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
setCert(MgmtResponse.CertWithDbIdWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
setCertBytes(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCertchain(List<FileOrBinary>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCertchain(List<X509Cert>) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCertchainBytes(List<byte[]>) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCertId(Long) - Method in class org.xipki.ca.api.CertWithDbId
 
setCertId(Long) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
setCertificate(X509Cert) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
setCertprofile(String) - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
setCertprofile(String) - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
setCertprofile(String) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
setCertprofileEntry(CertprofileEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofile
 
setCertprofileName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
setChangeCaEntry(ChangeCaEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeCa
 
setChangeUserEntry(ChangeUserEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeUser
 
setCmp(boolean) - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
setCmpControl(Map<String, Object>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCmpControl(CmpControl) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCmpControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCmpControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCmpResponderName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCmpResponderName(String) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCmpResponderName(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCmpResponderName(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setConf(FileOrValue) - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
setConf(FileOrValue) - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
setConf(FileOrValue) - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
setConf(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
setConfBytes(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.LoadConf
 
setConfFaulty(boolean) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
setCrlControl(Map<String, Object>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCrlControl(CrlControl) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCrlControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCrlControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCrlNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCrl
 
setCrlSignerCert(X509Cert) - Method in class org.xipki.ca.api.PublicCaInfo
 
setCrlSignerName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCrlSignerName(String) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCrlSignerName(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCrlSignerName(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCrlUris(List<String>) - Method in class org.xipki.ca.api.CaUris
 
setCrlUris(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
setCsr(FileOrBinary) - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
setCtlogControl(Map<String, Object>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setCtlogControl(CtlogControl) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setCtlogControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setCtlogControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setCurveOids(Set<ASN1ObjectIdentifier>) - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
setDeltaCrlUris(List<String>) - Method in class org.xipki.ca.api.CaUris
 
setDeltacrlUris(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
setDhpocControl(FileOrValue) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setDhpocControl(String) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setDhpocControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setDhpocControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setEnabled(boolean) - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
setEncodedCert(byte[]) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setEncodedCert(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
setEncodedCertchain(List<byte[]>) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setEncodedCsr(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
setEncodedCsr(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
setEncodedIssuerDn(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
setEncodedSubjectDnPattern(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
setEntityName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RemoveEntityFromCa
 
setExpirationPeriod(Integer) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setExpirationPeriod(Integer) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setExpirationPeriod(int) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setExtraControl(Map<String, String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setExtraControl(ConfPairs) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setExtraControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setExtraControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setFaulty(boolean) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
setFaulty(boolean) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
setGenSelfIssued(CaConfType.GenSelfIssued) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setGroup(String) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setHashAlgo(String) - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
setHashedPassword(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
setHashedPassword(String) - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
setId(Integer) - Method in class org.xipki.ca.api.NameId
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
setIdent(NameId) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setIncludeCaCert(boolean) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
setIncludeCertChain(boolean) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
setIncludeSignerCert(boolean) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
setInvalidityTime(Date) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
setKeepExpiredCertDays(Integer) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setKeepExpiredCertInDays(int) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setKeepExpiredCertInDays(Integer) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setKeepExpiredCertInDays(int) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setMax(Integer) - Method in class org.xipki.ca.api.profile.Range
 
setMaxValidity(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setMaxValidity(Validity) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setMaxValidity(Validity) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setMaxValidity(Validity) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setMessage(String) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.Error
 
setMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod) - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
setMin(Integer) - Method in class org.xipki.ca.api.profile.Range
 
setModulusLengths(Set<Range>) - Method in class org.xipki.ca.api.profile.KeyParametersOption.RSAParametersOption
 
setName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
setName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
setName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
setName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
setName(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
setName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
setName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
setName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.Name
 
setName(String) - Method in class org.xipki.ca.api.NameId
 
setNextCrlNo(long) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setNextCrlNumber(long) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setNextCrlNumber(long) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setNotAfter(Date) - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
setNotAfter(Date) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
setNotBefore(Date) - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
setNotBefore(Date) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
setNotInSubject(boolean) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setNumCrls(Integer) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setNumCrls(Integer) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setNumCrls(int) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setNumEntries(int) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
setNumThreads(int) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RepublishCertificates
 
setOcspUris(List<String>) - Method in class org.xipki.ca.api.CaUris
 
setOcspUris(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
setOrderBy(CertListOrderBy) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
setPassword(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
setPassword(String) - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
setPassword(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeUserEntry
 
setPattern(TextVadidator) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setPermission(int) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setPermission(int) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
setPermission(int) - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
setPermission(Integer) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setPermission(int) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setPermissions(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
setPermissions(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
setPermissions(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setPlengths(Set<Range>) - Method in class org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
 
setPointEncodings(Set<Byte>) - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
 
setPrefix(String) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setProfile(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
setProfileName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddCertprofileToCa
 
setProfileName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateCertificate
 
setProfiles(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setProfiles(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
setProfiles(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
setProfiles(List<CaConfType.NameTypeConf>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setProfiles(Set<String>) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
setProfiles(Set<String>) - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
setProperties(Map<String, String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setProtocolSupport(Set<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setProtocolSupport(ProtocolSupport) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setProtocolSupport(ProtocolSupport) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setPublisherEntry(PublisherEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisher
 
setPublisherName(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddPublisherToCa
 
setPublisherNames(List<String>) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ClearPublishQueue
 
setPublisherNames(List<String>) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RepublishCertificates
 
setPublishers(List<String>) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setPublishers(List<CaConfType.NameTypeConf>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setQlengths(Set<Range>) - Method in class org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
 
setRa(boolean) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
setRa(boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
setRange(Integer, Integer) - Method in class org.xipki.ca.api.profile.Range
 
setReason(CrlReason) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
setReqType(RequestType) - Method in class org.xipki.ca.api.CertificateInfo
 
setRequestedSubject(X500Name) - Method in class org.xipki.ca.api.CertificateInfo
 
setRequestor(CaHasRequestorEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestorToCa
 
setRequestorEntry(RequestorEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddRequestor
 
setRequestorIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
setRequestorName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
setRequestors(List<CaConfType.CaHasRequestor>) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setRequestors(List<CaConfType.Requestor>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setRest(boolean) - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
setResult(byte[]) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.ByteArray
 
setResult(Set<String>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetAliasesForCa
 
setResult(MgmtMessage.CaEntryWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCa
 
setResult(Map<String, CaHasUserEntry>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUserForUser
 
setResult(Map<String, CaHasUserEntry>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaHasUsersForUser
 
setResult(CaSystemStatus) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCaSystemStatus
 
setResult(MgmtResponse.CertWithRevocationInfoWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCert
 
setResult(CertprofileEntry) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetCertprofile
 
setResult(List<PublisherEntry>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetPublischersForCa
 
setResult(PublisherEntry) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetPublisher
 
setResult(RequestorEntry) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestor
 
setResult(Set<CaHasRequestorEntry>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetRequestorsForCa
 
setResult(MgmtMessage.SignerEntryWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetSigner
 
setResult(UserEntry) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.GetUser
 
setResult(List<CertListInfo>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.ListCertificates
 
setResult(Map<String, byte[]>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.LoadConf
 
setResult(String) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.StringResponse
 
setResult(Set<String>) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.StringSet
 
setRevInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
setRevInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.CertificateInfo
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.CertWithStatusInfo
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setRevocationInfo(CertRevocationInfo) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCa
 
setRevokeSuspended(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setRevokeSuspendedControl(Map<String, Object>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setRevokeSuspendedControl(RevokeSuspendedControl) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setRevokeSuspendedControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSaveReq(boolean) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setSaveRequest(boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setSaveRequest(Boolean) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSaveRequest(boolean) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setScep(boolean) - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
setScepControl(Map<String, Object>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setScepControl(ScepControl) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setScepControl(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setScepControl(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setScepResponderName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setScepResponderName(String) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setScepResponderName(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setScepResponderName(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setSerialNoLen(int) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setSerialNoLen(Integer) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSerialNoLen(int) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setSerialNumber(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
setSerialNumber(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GenerateRootCa
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCert
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.GetCertRequest
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RemoveCertificate
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.RevokeCertificate
 
setSerialNumber(BigInteger) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.UnrevokeCertificate
 
setServers(List<String>) - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
setSignerConf(FileOrValue) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setSignerConf(String) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setSignerConf(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSignerConf(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setSignerEntry(MgmtMessage.SignerEntryWrapper) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddSigner
 
setSigners(List<CaConfType.Signer>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setSignerType(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setSignerType(String) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSignerType(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setSnSize(int) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setSslContextName(String) - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
setStatus(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setStatus(CaStatus) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setStatus(CaStatus) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setStatus(CaStatus) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setStringLengthRange(Range) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setStringType(Certprofile.StringType) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setSubject(String) - Method in class org.xipki.ca.api.mgmt.CertListInfo
 
setSuffix(String) - Method in class org.xipki.ca.api.profile.Certprofile.RdnControl
 
setSupportCmp(Boolean) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSupportGetCrl(boolean) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
setSupportRest(Boolean) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setSupportScep(Boolean) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setTransactionId(byte[]) - Method in class org.xipki.ca.api.CertificateInfo
 
setTruncateMethod(String) - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
setType(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
setType(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
setType(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
setType(String) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
setType(String) - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
setType(String) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
setType(String) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
setType(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeSigner
 
setType(String) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ChangeTypeConfEntity
 
setUser(Integer) - Method in class org.xipki.ca.api.CertificateInfo
 
setUser(CaHasUserEntry) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.AddUserToCa
 
setUserIdent(NameId) - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
setUserName(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
setUsers(List<CaConfType.CaHasUser>) - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
setUsers(List<CaConfType.User>) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
setValidFrom(Date) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
setValidityMode(String) - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
setValidityMode(ValidityMode) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
setValidityMode(ValidityMode) - Method in class org.xipki.ca.api.mgmt.entry.ChangeCaEntry
 
setValidityMode(ValidityMode) - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
setValidTo(Date) - Method in class org.xipki.ca.api.mgmt.MgmtRequest.ListCertificates
 
setWarningMessage(String) - Method in class org.xipki.ca.api.CertificateInfo
 
Signer() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.Signer
 
SignerEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry Signer.
SignerEntry(String, String, String, String) - Constructor for class org.xipki.ca.api.mgmt.entry.SignerEntry
 
SignerEntryWrapper() - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
SignerEntryWrapper(SignerEntry) - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
SingleCa(String, CaConf.GenSelfIssued, CaEntry, List<String>, List<String>, List<CaHasRequestorEntry>, List<CaHasUserEntry>, List<String>) - Constructor for class org.xipki.ca.api.mgmt.CaConf.SingleCa
 
size() - Method in class org.xipki.ca.api.profile.ExtensionValues
 
splitCaSignerConfs(String) - Static method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
StringResponse() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.StringResponse
 
StringResponse(String) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.StringResponse
 
StringSet() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.StringSet
 
StringSet(Set<String>) - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.StringSet
 
SubjectControl(List<Certprofile.RdnControl>, boolean) - Constructor for class org.xipki.ca.api.profile.Certprofile.SubjectControl
 
SubjectDnSpec - Class in org.xipki.ca.api.profile
Subject DN specification.
SubjectInfo(X500Name, String) - Constructor for class org.xipki.ca.api.profile.Certprofile.SubjectInfo
 
SubjectKeyIdentifierControl - Class in org.xipki.ca.api.profile
Extension SubjectKeyIdentifierControl.
SubjectKeyIdentifierControl() - Constructor for class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod - Enum in org.xipki.ca.api.profile
 

T

TextVadidator - Class in org.xipki.ca.api.profile
Text validator.
toCaEntry() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
 
toCertWithDbId() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithDbIdWrapper
 
toCertWithRevocationInfo() - Method in class org.xipki.ca.api.mgmt.MgmtResponse.CertWithRevocationInfoWrapper
 
toCertWithStatusInfo() - Method in class org.xipki.ca.api.mgmt.CertWithRevocationInfo
 
toSignerEntry() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
 
toString() - Method in class org.xipki.ca.api.CaUris
 
toString() - Method in class org.xipki.ca.api.mgmt.CmpControl
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.CmpControl
 
toString() - Method in class org.xipki.ca.api.mgmt.CrlControl.HourMinute
 
toString() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.CrlControl
 
toString() - Method in class org.xipki.ca.api.mgmt.CtlogControl
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.AddUserEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
toString(boolean, boolean) - Method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.CaHasUserEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.entry.CertprofileEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.PublisherEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.entry.RequestorEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
toString(boolean, boolean) - Method in class org.xipki.ca.api.mgmt.entry.SignerEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.entry.UserEntry
 
toString() - Method in class org.xipki.ca.api.mgmt.ProtocolSupport
 
toString() - Method in class org.xipki.ca.api.mgmt.RevokeSuspendedControl
 
toString() - Method in class org.xipki.ca.api.mgmt.ScepControl
 
toString(boolean) - Method in class org.xipki.ca.api.mgmt.ScepControl
 
toString() - Method in class org.xipki.ca.api.NameId
 
toString() - Method in class org.xipki.ca.api.profile.Range
 
TYPE_CERT - Static variable in class org.xipki.ca.api.mgmt.entry.RequestorEntry
Certificate.
TYPE_PBM - Static variable in class org.xipki.ca.api.mgmt.entry.RequestorEntry
Password based MAC.

U

unbindService(CertPublisherFactory) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
 
unlockCa() - Method in interface org.xipki.ca.api.mgmt.CaManager
 
unregistFactory(CertprofileFactory) - Method in class org.xipki.ca.api.profile.CertprofileFactoryRegister
 
unregistFactory(CertPublisherFactory) - Method in class org.xipki.ca.api.publisher.CertPublisherFactoryRegister
 
UNREVOKE_CERT - Static variable in class org.xipki.ca.api.mgmt.PermissionConstants
 
unrevokeCa(String) - Method in interface org.xipki.ca.api.mgmt.CaManager
Unrevokes the CA caName.
unrevokeCertificate(String, BigInteger) - Method in interface org.xipki.ca.api.mgmt.CaManager
Unrevokes a certificate with the serial number serialNumber, and issued by the CA caName.
UnrevokeCertificate() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.UnrevokeCertificate
 
urisToString(Collection<?>) - Static method in class org.xipki.ca.api.mgmt.entry.CaEntry
 
useIssuerAndSerialInAki() - Method in class org.xipki.ca.api.profile.Certprofile
Returns whether use subject and serial number of the issuer certificate in the AuthorityKeyIdentifier extension.
User() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.User
 
UserEntry - Class in org.xipki.ca.api.mgmt.entry
Management Entry User.
UserEntry(NameId, boolean, String) - Constructor for class org.xipki.ca.api.mgmt.entry.UserEntry
 

V

validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.Ca
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaSystem
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaUris
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.NameTypeConf
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.Requestor
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.Signer
 
validate() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
 
validate() - Method in class org.xipki.ca.api.mgmt.CrlControl
 
validate() - Method in class org.xipki.ca.api.profile.Range
 
validate() - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
 
ValidityMode - Enum in org.xipki.ca.api.mgmt
How CA assigns the notAfter field in the certificate if the requested notAfter is after CA's validity.
valueOf(String) - Static method in enum org.xipki.ca.api.mgmt.CaStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.mgmt.CaSystemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.mgmt.CertListOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.mgmt.MgmtMessage.MgmtAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.mgmt.ValidityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.OperationException.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.CertDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.CertLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.GeneralNameTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.StringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.Certprofile.X509CertVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.profile.SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.ca.api.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xipki.ca.api.mgmt.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.api.mgmt.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.api.mgmt.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.api.mgmt.MgmtMessage.MgmtAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.mgmt.ValidityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.OperationException.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.Certprofile.CertDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.Certprofile.CertLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.Certprofile.GeneralNameTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.Certprofile.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.Certprofile.X509CertVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.profile.SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.ca.api.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
verifySubjectDnOccurence(X500Name) - Method in class org.xipki.ca.api.profile.BaseCertprofile
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.