- caAdded(X509Cert) - Method in class org.xipki.ca.api.publisher.CertPublisher
-
Publishes the certificate of the CA.
- 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.
- 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
-
- 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.
- 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
-
- CertprofileValidator - Class in org.xipki.ca.api
-
CertProfile with identifier.
- CertprofileValidator() - Constructor for class org.xipki.ca.api.CertprofileValidator
-
- 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 publishing 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
-
- 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.
- close() - Method in class org.xipki.ca.api.profile.Certprofile
-
- close() - Method in class org.xipki.ca.api.publisher.CertPublisher
-
- compile(String) - Static method in class org.xipki.ca.api.profile.TextVadidator
-
- containsExtension(ASN1ObjectIdentifier) - Method in class org.xipki.ca.api.profile.ExtensionValues
-
- 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.
- CrlDistributionPointsControl(Set<String>) - Constructor for class org.xipki.ca.api.profile.Certprofile.CrlDistributionPointsControl
-
- curveOids() - Method in class org.xipki.ca.api.profile.KeyParametersOption.ECParamatersOption
-
- validate(Certprofile) - Static method in class org.xipki.ca.api.CertprofileValidator
-
- validate() - Method in class org.xipki.ca.api.profile.Range
-
- validate() - Method in class org.xipki.ca.api.profile.SubjectKeyIdentifierControl
-
- 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.NotAfterMode
-
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.
- 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.NotAfterMode
-
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.
- verifySubjectDnOccurrence(X500Name) - Method in class org.xipki.ca.api.profile.BaseCertprofile
-