Uses of Class
eu.europa.esig.dss.pki.jaxb.builder.X509CertificateBuilder
-
Uses of X509CertificateBuilder in eu.europa.esig.dss.pki.jaxb.builder
Modifier and TypeMethodDescriptionX509CertificateBuilder.ca
(boolean ca) Sets whether the certificate is a CA certificateSets the AIA CA Issuers distribution point URLX509CertificateBuilder.certificatePolicies
(List<String> certificatePolicies) Sets the certificate policies for the certificateSets the CRL distribution point URLX509CertificateBuilder.extendedKeyUsages
(List<String> extendedKeyUsages) Adds extended key usages certificate extensionX509CertificateBuilder.issuer
(CertificateToken issuerCertificate, PrivateKey issuerPrivateKey, SignatureAlgorithm signatureAlgorithm) Sets mandatory information about the certificate's issuer to sign the created certificate with a CertificateToken of the issuerX509CertificateBuilder.issuer
(org.bouncycastle.asn1.x500.X500Name issuerName, PrivateKey issuerPrivateKey, SignatureAlgorithm signatureAlgorithm) Sets mandatory information about the certificate's issuer to sign the created certificateX509CertificateBuilder.keyUsages
(List<KeyUsageBit> keyUsages) Sets the key usages for the certificateSets mandatory information about the certificate's notAfter fieldSets mandatory information about the certificate's notBefore fieldSets the OCSP access point URLX509CertificateBuilder.ocspNoCheck
(boolean ocspNoCheck) Sets whether the ocsp-no-check extension shall be presentX509CertificateBuilder.qcCClegislations
(List<String> qcCClegislations) Sets the QcCCLegislation IdsX509CertificateBuilder.qcStatements
(List<String> qcStatements) Sets the QcStatement IdsSets the QcType IdsX509CertificateBuilder.subject
(org.bouncycastle.asn1.x500.X500Name subjectName, BigInteger serialNumber, PublicKey publicKey) Sets mandatory information about the certificate