- Ca() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.Ca
-
- Ca(NameId, int, long, String, String, CaUris, int, int) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.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
-
- CaEntryWrapper() - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
-
- CaEntryWrapper(MgmtEntry.Ca) - Constructor for class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
-
- CaHasRequestor() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaHasRequestor
-
- CaHasRequestor(NameId) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.CaHasRequestor
-
- CaHasUser() - Constructor for class org.xipki.ca.api.mgmt.CaConfType.CaHasUser
-
- CaHasUser(NameId) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.CaHasUser
-
- 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(NameId, String, String) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.Certprofile
-
- 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
-
- 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(MgmtEntry.ChangeCa) - Method in interface org.xipki.ca.api.mgmt.CaManager
-
Changes a CA.
- ChangeCa(NameId) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- ChangeCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeCa
-
- 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(MgmtEntry.ChangeUser) - Method in interface org.xipki.ca.api.mgmt.CaManager
-
Change the user.
- ChangeUser(NameId) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.ChangeUser
-
- ChangeUser() - Constructor for class org.xipki.ca.api.mgmt.MgmtRequest.ChangeUser
-
- 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, Integer, Integer, Boolean, List<String>, List<String>, List<String>, List<String>, Integer) - Constructor for class org.xipki.ca.api.mgmt.CmpControl
-
- CmpRequestorInfo(MgmtEntry.CaHasRequestor, CertWithDbId) - Constructor for class org.xipki.ca.api.mgmt.RequestorInfo.CmpRequestorInfo
-
- CmpRequestorInfo(MgmtEntry.CaHasRequestor, 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, int) - 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
-
- 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(MgmtEntry.Ca, String, byte[], BigInteger) - 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
-
- GenSelfIssued(String, byte[], BigInteger, 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.MgmtEntry.ChangeUser
-
- 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
-
- 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.MgmtEntry.Signer
-
- 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, MgmtEntry.CaHasUser>) - 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, MgmtEntry.CaHasUser>) - 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.MgmtEntry.Ca
-
- getCaUris() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- 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.MgmtEntry.Ca
-
- 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.MgmtEntry.Signer
-
- getCertificatePolicies() - Method in class org.xipki.ca.api.profile.Certprofile
-
- getCertLevel() - Method in class org.xipki.ca.api.profile.Certprofile
-
- getCertOutform() - Method in class org.xipki.ca.api.mgmt.CaConfType.GenSelfIssued
-
- getCertOutputFormat() - Method in class org.xipki.ca.api.mgmt.CaConf.GenSelfIssued
-
- 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(MgmtEntry.Certprofile) - 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.MgmtEntry.Ca
-
- getCmpControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getCmpResponderName() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Certprofile
-
- getConf() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Publisher
-
- getConf() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Requestor
-
- getConf() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Signer
-
- 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.MgmtEntry.Ca
-
- getCrlControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getCrlSignerName() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getCtlogControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getDhpocControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.ChangeCa
-
- getEncodedCert() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
-
- getEncodedCertchain() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getExpirationPeriod() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getExtraControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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
-
- getHashedPassword() - Method in class org.xipki.ca.api.mgmt.CaConfType.User
-
- getHashedPassword() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.User
-
- getHexSha1OfCert() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Ca
-
- 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.MgmtEntry.AddUser
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Ca
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Certprofile
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeUser
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Publisher
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Requestor
-
- getIdent() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.User
-
- 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.MgmtEntry.Ca
-
- getKeepExpiredCertInDays() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getMaxValidity() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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
-
- 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.MgmtEntry.Signer
-
- 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.MgmtEntry.Ca
-
- 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.MgmtEntry.Ca
-
- getNumCrls() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.AddUser
-
- getPassword() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeUser
-
- 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.MgmtEntry.Ca
-
- 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.MgmtEntry.Ca
-
- getPermission() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.CaHasRequestor
-
- getPermission() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.CaHasUser
-
- getPermission() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.CaHasRequestor
-
- getProfiles() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.CaHasUser
-
- 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.MgmtEntry.Ca
-
- getPublicExponent() - Method in class org.xipki.ca.api.profile.KeypairGenControl.RSAKeypairGenControl
-
- GetPublischersForCa() - Constructor for class org.xipki.ca.api.mgmt.MgmtResponse.GetPublischersForCa
-
- GetPublischersForCa(List<MgmtEntry.Publisher>) - 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(MgmtEntry.Publisher) - 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(MgmtEntry.Requestor) - 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.MgmtEntry.CaHasRequestor
-
- 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<MgmtEntry.CaHasRequestor>) - 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.MgmtEntry.Ca
-
- 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.MgmtEntry.Ca
-
- getRevokeSuspendedControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- getSaveRequest() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- getScepControl() - Method in class org.xipki.ca.api.mgmt.CaConfType.CaInfo
-
- getScepControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Ca
-
- getScepControl() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getScepResponderName() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- getScepResponderName() - Method in class org.xipki.ca.api.mgmt.MgmtMessage.CaEntryWrapper
-
- getSerialNoLen() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Ca
-
- getSerialNoLen() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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
-
- 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.MgmtEntry.Ca
-
- getSignerConf() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getSignerType() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getStatus() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.Ca
-
- getSubject(X500Name) - 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() - 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
-
- 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.MgmtEntry.ChangeCa
-
- 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.MgmtEntry.ChangeCa
-
- getSupportScep() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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
-
- 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.MgmtEntry.Certprofile
-
- getType() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Publisher
-
- getType() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Requestor
-
- getType() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.Signer
-
- 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(MgmtEntry.User) - 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.MgmtEntry.CaHasUser
-
- 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.MgmtEntry.Ca
-
- getValidityMode() - Method in class org.xipki.ca.api.mgmt.MgmtEntry.ChangeCa
-
- 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
-
- 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
-
- Requestor(NameId, String, String) - Constructor for class org.xipki.ca.api.mgmt.MgmtEntry.Requestor
-
- 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
-
- RSAPSSParametersOption() - Constructor for class org.xipki.ca.api.profile.KeyParametersOption.RSAPSSParametersOption
-
- 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
-
- 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.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.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
-