Uses of Class
eu.europa.esig.dss.model.x509.CertificateToken
-
-
-
Uses of CertificateToken in eu.europa.esig.dss
Methods in eu.europa.esig.dss that return CertificateToken Modifier and Type Method Description CertificateTokenAbstractSignatureParameters. getSigningCertificate()Get the signing certificateMethods in eu.europa.esig.dss that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>AbstractSignatureParameters. getCertificateChain()Set the certificate chainMap<CertificateToken,List<CertificateToken>>CertificateReorderer. getOrderedCertificateChains()This method is used to order the certificates (signing certificate, CA1, CA2 and Root)Map<CertificateToken,List<CertificateToken>>CertificateReorderer. getOrderedCertificateChains()This method is used to order the certificates (signing certificate, CA1, CA2 and Root)List<CertificateToken>CertificateReorderer. getOrderedCertificates()This method is used to order the certificates (signing certificate, CA1, CA2 and Root)Methods in eu.europa.esig.dss with parameters of type CertificateToken Modifier and Type Method Description voidAbstractSignatureParameters. setCertificateChain(CertificateToken... certificateChainArray)This method sets the list of certificates which constitute the chain.voidAbstractSignatureParameters. setSigningCertificate(CertificateToken signingCertificate)Set the signing certificate.Method parameters in eu.europa.esig.dss with type arguments of type CertificateToken Modifier and Type Method Description voidAbstractSignatureParameters. setCertificateChain(List<CertificateToken> certificateChain)Set the certificate chainConstructors in eu.europa.esig.dss with parameters of type CertificateToken Constructor Description CertificateReorderer(CertificateToken signingCertificate, Collection<CertificateToken> certificateChain)Constructor which takes a potential signing certificate and a certificate chainConstructor parameters in eu.europa.esig.dss with type arguments of type CertificateToken Constructor Description CertificateReorderer(CertificateToken signingCertificate, Collection<CertificateToken> certificateChain)Constructor which takes a potential signing certificate and a certificate chainCertificateReorderer(Collection<CertificateToken> certificateChain)Constructor which takes a collection of certificates where DSS needs to find the signing certificate -
Uses of CertificateToken in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades with parameters of type CertificateToken Modifier and Type Method Description static voidCMSUtils. addSigningCertificateAttribute(org.bouncycastle.asn1.ASN1EncodableVector signedAttributes, DigestAlgorithm digestAlgorithm, CertificateToken signingToken)Method to add signing certificate to ASN.1 DER encoded signed attributes. -
Uses of CertificateToken in eu.europa.esig.dss.cades.signature
Constructor parameters in eu.europa.esig.dss.cades.signature with type arguments of type CertificateToken Constructor Description CadesLevelBaselineLTATimestampExtractor(org.bouncycastle.cms.CMSSignedData cmsSignedData, Collection<CertificateToken> signatureCertificates, Collection<CertificateToken> timestampCertificates) -
Uses of CertificateToken in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CertificateToken Modifier and Type Method Description CertificateTokenCRLValidity. getIssuerToken()Methods in eu.europa.esig.dss.crl with parameters of type CertificateToken Modifier and Type Method Description static CRLValidityCRLUtils. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)This method verifies and creates: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.CRLValidityICRLUtils. buildCRLValidity(CRLBinary crlBinaryIdentifier, CertificateToken issuerToken)This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.voidCRLValidity. setIssuerToken(CertificateToken issuerToken) -
Uses of CertificateToken in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CertificateToken Modifier and Type Method Description CRLValidityCRLUtilsStreamImpl. buildCRLValidity(CRLBinary crlBinaryIdentifier, CertificateToken issuerToken) -
Uses of CertificateToken in eu.europa.esig.dss.crl.x509.impl
Methods in eu.europa.esig.dss.crl.x509.impl with parameters of type CertificateToken Modifier and Type Method Description CRLValidityCRLUtilsX509CRLImpl. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out. -
Uses of CertificateToken in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 with parameters of type CertificateToken Modifier and Type Method Description protected booleanCertificateToken. checkIsSignedBy(CertificateToken candidate)protected abstract booleanToken. checkIsSignedBy(CertificateToken token)booleanCertificateToken. isEquivalent(CertificateToken token)This method returns true if the given token is equivalent.booleanToken. isSignedBy(CertificateToken token)Checks if the token is signed by the given token in the parameter. -
Uses of CertificateToken in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type CertificateToken Modifier and Type Method Description Map<Long,CertificateToken>PAdESCertificateSource. getCertificateMap()List<CertificateToken>PAdESCertificateSource. getCertificateValues()List<CertificateToken>PAdESCertificateSource. getDSSDictionaryCertValues()List<CertificateToken>PAdESCertificateSource. getVRIDictionaryCertValues() -
Uses of CertificateToken in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type CertificateToken Modifier and Type Method Description Set<CertificateToken>DSSDictionaryCallback. getCertificates()Map<Long,CertificateToken>PdfVRIDict. getCertMap()Map<Long,CertificateToken>PdfDssDict. getCERTs()static Map<Long,CertificateToken>DSSDictionaryExtractionUtils. getCertsFromArray(PdfDict dict, String dictionaryName, String arrayName)Map<Long,CertificateToken>DSSDictionaryCallback. getStoredCertificates()Method parameters in eu.europa.esig.dss.pdf with type arguments of type CertificateToken Modifier and Type Method Description voidDSSDictionaryCallback. setCertificates(Set<CertificateToken> certificates) -
Uses of CertificateToken in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl with parameters of type CertificateToken Modifier and Type Method Description protected CRLTokenJdbcCacheCRLSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCert)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken, List<String> alternativeUrls)List<String>JdbcCacheCRLSource. initRevocationTokenKey(CertificateToken certificateToken)Returns a revocation token key -
Uses of CertificateToken in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type CertificateToken Modifier and Type Method Description protected OCSPTokenJdbcCacheOCSPSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCert)OCSPTokenOnlineOCSPSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)OCSPTokenOnlineOCSPSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)List<String>JdbcCacheOCSPSource. initRevocationTokenKey(CertificateToken certificateToken) -
Uses of CertificateToken in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>BaselineBCertificateSelector. getCertificates() -
Uses of CertificateToken in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return CertificateToken Modifier and Type Method Description static CertificateTokenDSSASN1Utils. getCertificate(org.bouncycastle.cert.X509CertificateHolder x509CertificateHolder)static CertificateTokenDSSUtils. loadCertificate(byte[] input)This method loads a certificate from the byte array.static CertificateTokenDSSUtils. loadCertificate(File file)This method loads a certificate from the given location.static CertificateTokenDSSUtils. loadCertificate(InputStream inputStream)This method loads a certificate from the given location.static CertificateTokenDSSUtils. loadCertificate(String path)This method loads a certificate from the given resource.static CertificateTokenDSSUtils. loadCertificateFromBase64EncodedString(String base64Encoded)This method loads a certificate from a base 64 encoded StringMethods in eu.europa.esig.dss.spi that return types with arguments of type CertificateToken Modifier and Type Method Description static Collection<CertificateToken>DSSUtils. loadCertificateFromP7c(InputStream is)static Collection<CertificateToken>DSSUtils. loadPotentialIssuerCertificates(CertificateToken cert, DataLoader loader)This method loads the potential issuer certificate(s) from the given locations (AIA).Methods in eu.europa.esig.dss.spi with parameters of type CertificateToken Modifier and Type Method Description static byte[]DSSASN1Utils. computeSkiFromCert(CertificateToken certificateToken)Computes SHA-1 hash of thecertificateToken's public keystatic StringDSSUtils. convertToPEM(CertificateToken cert)This method converts the given certificate into its PEM string.static byte[]DSSASN1Utils. getAuthorityKeyIdentifier(CertificateToken certificateToken)This method returns authority key identifier as binaries from the certificate extension (SHA-1 of the public key of the issuer certificate).static List<String>DSSASN1Utils. getCAAccessLocations(CertificateToken certificate)Gives back the CA URIs meta-data found within the given certificate.static List<CertificatePolicy>DSSASN1Utils. getCertificatePolicies(CertificateToken certToken)static List<String>DSSRevocationUtils. getCRLRevocationTokenKeys(CertificateToken certificateToken)static List<String>DSSASN1Utils. getCrlUrls(CertificateToken certificateToken)Gives back theListof CRL URI meta-data found within the given X509 certificate.static List<String>DSSASN1Utils. getExtendedKeyUsage(CertificateToken certToken)static StringDSSASN1Utils. getHumanReadableName(CertificateToken cert)static org.bouncycastle.asn1.x509.IssuerSerialDSSASN1Utils. getIssuerSerial(CertificateToken certToken)This method returns a new IssuerSerial based on the certificate tokenstatic StringDSSRevocationUtils. getJdbcKey(CertificateToken certificateToken, CertificateToken issuerCertificateToken)Creates the identifier for a certain entry within jdbc.static List<String>DSSASN1Utils. getOCSPAccessLocations(CertificateToken certificate)Gives back the OCSP URIs meta-data found within the given X509 cert.static org.bouncycastle.cert.ocsp.CertificateIDDSSRevocationUtils. getOCSPCertificateID(CertificateToken cert, CertificateToken issuerCert)Returns theCertificateIDfor the given certificate and its issuer's certificate.static StringDSSRevocationUtils. getOcspRevocationKey(CertificateToken certificateToken, String ocspUrl)static List<String>DSSRevocationUtils. getOcspRevocationTokenKeys(CertificateToken certificateToken)static List<String>DSSASN1Utils. getQCStatementsIdList(CertificateToken certToken)Get the list of all QCStatement Ids that are present in the certificate.static List<String>DSSASN1Utils. getQCTypesIdList(CertificateToken certToken)Get the list of all QCType Ids that are present in the certificate.static byte[]DSSASN1Utils. getSki(CertificateToken certificateToken)This method returns the Subject Key Identifier (SKI) bytes from the certificate extension (SHA-1 of the public key of the current certificate).static byte[]DSSASN1Utils. getSki(CertificateToken certificateToken, boolean computeIfMissing)This method returns SKI bytes from certificate.static StringDSSASN1Utils. getSubjectCommonName(CertificateToken cert)static org.bouncycastle.cert.X509CertificateHolderDSSASN1Utils. getX509CertificateHolder(CertificateToken certToken)Returns aX509CertificateHolderencapsulating the givenX509Certificate.static booleanDSSASN1Utils. hasIdPkixOcspNoCheckExtension(CertificateToken token)Indicates if the revocation data should be checked for an OCSP signing certificate.
http://www.ietf.org/rfc/rfc2560.txt?number=2560
A CA may specify that an OCSP client can trust a responder for the lifetime of the responder's certificate.static booleanDSSASN1Utils. isExtendedKeyUsagePresent(CertificateToken certToken, org.bouncycastle.asn1.ASN1ObjectIdentifier oid)static booleanDSSASN1Utils. isOCSPSigning(CertificateToken certToken)Indicates that a X509Certificates corresponding private key is used by an authority to sign OCSP-Responses.
http://www.ietf.org/rfc/rfc3280.txt
http://tools.ietf.org/pdf/rfc6960.pdf 4.2.2.2
{iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) keyPurpose(3) ocspSigning(9)}
OID: 1.3.6.1.5.5.7.3.9static Collection<CertificateToken>DSSUtils. loadPotentialIssuerCertificates(CertificateToken cert, DataLoader loader)This method loads the potential issuer certificate(s) from the given locations (AIA). -
Uses of CertificateToken in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return CertificateToken Modifier and Type Method Description CertificateTokenTrustedListsCertificateSource. addCertificate(CertificateToken certificate)This method is not applicable for this kind of certificate source.Methods in eu.europa.esig.dss.spi.tsl with parameters of type CertificateToken Modifier and Type Method Description CertificateTokenTrustedListsCertificateSource. addCertificate(CertificateToken certificate)This method is not applicable for this kind of certificate source.voidTrustedListsCertificateSource. addCertificate(CertificateToken certificate, List<ServiceInfo> serviceInfos)abstract booleanCondition. check(CertificateToken certificateToken)Returns true if the condition is evaluated to true for the given certificate.List<String>TrustedListsCertificateSource. getAlternativeCRLUrls(CertificateToken trustAnchor)List<String>TrustedListsCertificateSource. getAlternativeOCSPUrls(CertificateToken trustAnchor)Set<ServiceInfo>TrustedListsCertificateSource. getTrustServices(CertificateToken token) -
Uses of CertificateToken in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return CertificateToken Modifier and Type Method Description CertificateTokenCertificateSource. addCertificate(CertificateToken certificate)This method allows to manually add any certificate to the source.CertificateTokenCommonCertificateSource. addCertificate(CertificateToken token)This method adds an external certificate to the encapsulated pool and to the source.CertificateTokenKeyStoreCertificateSource. getCertificate(String alias)This method allows to retrieve a certificate by its aliasCertificateTokenCommonCertificateSource. getCertificateTokenByDigest(Digest digest)Returns containedCertificateTokencorresponding to the provideddigestCertificateTokenCertificatePool. getInstance(CertificateToken certificateToAdd, CertificateSourceType certSource)This method returns the instance of aCertificateToken.CertificateTokenCertificatePool. getIssuer(Token token)THis method returns an issuer for the given tokenCertificateTokenCertificatePool. getTrustAnchor(CertificateToken cert)Methods in eu.europa.esig.dss.spi.x509 that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>CertificatePool. get(PublicKey publicKey)This method returns the List of certificates with the same Public key.Set<CertificateToken>CertificatePool. get(X500Principal x500Principal)This method returns the Set of certificates with the same subjectDN.List<CertificateToken>CertificatePool. getBySignerId(org.bouncycastle.cms.SignerId signerId)This method returns the List of certificates with the same SignerId.List<CertificateToken>CertificatePool. getBySki(byte[] expectedSki)This method returns the List of certificates with the same SKI (subject key identifier = SHA-1 of the Public Key).List<CertificateToken>CertificateSource. getCertificates()Retrieves the unmodifiable list of all certificate tokens from this source.List<CertificateToken>CommonCertificateSource. getCertificates()Retrieves the unmodifiable list of all certificate tokens from this source.List<CertificateToken>KeyStoreCertificateSource. getCertificates()This method returns all certificates from the keystoreList<CertificateToken>CertificatePool. getCertificateTokens()List<CertificateToken>CertificatePool. getIssuers(Token token)This method returns all known issuers for the given token.Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateToken Modifier and Type Method Description CertificateTokenCertificateSource. addCertificate(CertificateToken certificate)This method allows to manually add any certificate to the source.CertificateTokenCommonCertificateSource. addCertificate(CertificateToken token)This method adds an external certificate to the encapsulated pool and to the source.voidKeyStoreCertificateSource. addCertificateToKeyStore(CertificateToken certificateToken)This method allows to add a certificate in the keystore.List<String>CommonTrustedCertificateSource. getAlternativeCRLUrls(CertificateToken trustAnchor)List<String>CommonTrustedCertificateSource. getAlternativeOCSPUrls(CertificateToken trustAnchor)CertificateTokenCertificatePool. getInstance(CertificateToken certificateToAdd, CertificateSourceType certSource)This method returns the instance of aCertificateToken.TAlternateUrlsSourceAdapter. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)TAlternateUrlsSourceAdapter. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)Set<CertificateSourceType>CertificatePool. getSources(CertificateToken certificateToken)CertificateTokenCertificatePool. getTrustAnchor(CertificateToken cert)Set<ServiceInfo>CommonTrustedCertificateSource. getTrustServices(CertificateToken trustAnchor)booleanCertificatePool. isTrusted(CertificateToken cert)booleanCertificateSource. isTrusted(CertificateToken certificateToken)This method checks if a given certificate is trustedbooleanCommonCertificateSource. isTrusted(CertificateToken certificateToken)booleanCommonCertificateSource. removeCertificate(CertificateToken certificate)This method is used internally to remove a certificate from theCertificatePool.Method parameters in eu.europa.esig.dss.spi.x509 with type arguments of type CertificateToken Modifier and Type Method Description voidKeyStoreCertificateSource. addAllCertificatesToKeyStore(List<CertificateToken> certificates)This method allows to add a list of certificates to the keystore -
Uses of CertificateToken in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as CertificateToken Modifier and Type Field Description protected CertificateTokenRevocationToken. relatedCertificateRelatedCertificateTokento this revocation objectMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type CertificateToken Modifier and Type Method Description protected abstract TJdbcRevocationSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCertificateToken)BuildRevocationTokenfrom the obtainedResultSetprotected TJdbcRevocationSource. findRevocation(String key, CertificateToken certificateToken, CertificateToken issuerCertificateToken)protected abstract TRepositoryRevocationSource. findRevocation(String key, CertificateToken certificateToken, CertificateToken issuerCertToken)Finds a RevocationToken in the cacheTRepositoryRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)Retrieves a revocation token for the givenCertificateTokenTRepositoryRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh)Retrieves a revocation token for the givenCertificateTokenTRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)This method retrieves aRevocationTokenfor the certificateTokenTRevocationSourceAlternateUrlsSupport. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)Gets anRevocationTokenfor the given certificate / issuer's certificate couple.abstract List<String>RepositoryRevocationSource. initRevocationTokenKey(CertificateToken certificateToken)Initialize a list of revocation token keysStringfrom the givenCertificateTokenvoidRevocationToken. setRelatedCertificate(CertificateToken relatedCertificate) -
Uses of CertificateToken in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CertificateToken Modifier and Type Method Description protected booleanCRLToken. checkIsSignedBy(CertificateToken token)CRLTokenOfflineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken)Constructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CertificateToken Constructor Description CRLToken(CertificateToken certificateToken, CRLValidity crlValidity)The constructor to be used with the certificate which is managed by the CRL and theCRLValidity. -
Uses of CertificateToken in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type CertificateToken Modifier and Type Method Description protected booleanOCSPToken. checkIsSignedBy(CertificateToken candidate)static voidOCSPTokenUtils. checkTokenValidity(OCSPToken ocspToken, CertificateToken certificateToken, CertificateToken issuerCertificateToken)OCSPTokenOfflineOCSPSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)Constructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type CertificateToken Constructor Description OCSPTokenBuilder(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp, CertificateToken certificateToken, CertificateToken issuerCertificateToken)OCSPTokenBuilder(org.bouncycastle.cert.ocsp.OCSPResp ocspResp, CertificateToken certificateToken, CertificateToken issuerCertificateToken) -
Uses of CertificateToken in eu.europa.esig.dss.test.signature
Methods in eu.europa.esig.dss.test.signature that return CertificateToken Modifier and Type Method Description protected CertificateToken[]PKIFactoryAccess. getCertificateChain()protected CertificateTokenPKIFactoryAccess. getSigningCert()CertificateTokenExternalSignatureResult. getSigningCertificate()Methods in eu.europa.esig.dss.test.signature with parameters of type CertificateToken Modifier and Type Method Description voidExternalSignatureResult. setSigningCertificate(CertificateToken signingCertificate) -
Uses of CertificateToken in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token that return CertificateToken Modifier and Type Method Description CertificateTokenDSSPrivateKeyEntry. getCertificate()Retrieve the signing certificateCertificateTokenKSPrivateKeyEntry. getCertificate()CertificateToken[]DSSPrivateKeyEntry. getCertificateChain()Retrieve the certificate chain linkedCertificateToken[]KSPrivateKeyEntry. getCertificateChain() -
Uses of CertificateToken in eu.europa.esig.dss.tsl
Methods in eu.europa.esig.dss.tsl that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>TSLService. getCertificates()List<CertificateToken>TSLPointer. getPotentialSigners()Methods in eu.europa.esig.dss.tsl with parameters of type CertificateToken Modifier and Type Method Description booleanCertSubjectDNAttributeCondition. check(CertificateToken certificateToken)booleanCompositeCondition. check(CertificateToken certificateToken)Execute the composite condition of the given certificatebooleanExtendedKeyUsageCondition. check(CertificateToken certificateToken)booleanKeyUsageCondition. check(CertificateToken certificateToken)booleanPolicyIdCondition. check(CertificateToken certificateToken)Method parameters in eu.europa.esig.dss.tsl with type arguments of type CertificateToken Modifier and Type Method Description voidTSLService. setCertificates(List<CertificateToken> certificates)voidTSLPointer. setPotentialSigners(List<CertificateToken> potentialSigners) -
Uses of CertificateToken in eu.europa.esig.dss.tsl.service
Constructor parameters in eu.europa.esig.dss.tsl.service with type arguments of type CertificateToken Constructor Description TSLValidator(DSSDocument trustedList, String countryCode, List<CertificateToken> potentialSigners)Constructor used to instantiate a validator for a TSL -
Uses of CertificateToken in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation declared as CertificateToken Modifier and Type Field Description protected CertificateTokenDefaultAdvancedSignature. providedSigningCertificateTokenIn the case of a non AdES signature the signing certificate is not mandatory within the signature and can be provided by the driving application.protected CertificateTokenSignedDocumentValidator. providedSigningCertificateTokenMethods in eu.europa.esig.dss.validation that return CertificateToken Modifier and Type Method Description CertificateTokenCertificateValidity. getCertificateToken()CertificateTokenAdvancedSignature. getProvidedSigningCertificateToken()CertificateTokenDefaultAdvancedSignature. getProvidedSigningCertificateToken()CertificateTokenAdvancedSignature. getSigningCertificateToken()This method returns the signing certificate token or null if there is no valid signing certificate.CertificateTokenDefaultAdvancedSignature. getSigningCertificateToken()Methods in eu.europa.esig.dss.validation that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>SignatureCertificateSource. findTokensFromRefs(List<CertificateRef> certificateRefs)Returns list ofCertificateTokens for the providedCertificateRefsList<CertificateToken>CAdESCertificateSource. getAttrAuthoritiesCertValues()abstract List<CertificateToken>SignatureCertificateSource. getAttrAuthoritiesCertValues()Retrieves the list of all certificates from the AttrAuthoritiesCertValues (XAdES)List<CertificateToken>SignatureCertificateSource. getAttributeCertificates()Retrieves the list ofCertificateTokens according to references included in the attribute attribute-certificate-references (CAdES) or the AttributeCertificateRefs/AttributeCertificateRefsV2 (XAdES)List<CertificateToken>AdvancedSignature. getCertificateListWithinSignatureAndTimestamps()Returns a list of all certificates found into signature and timestampsList<CertificateToken>DefaultAdvancedSignature. getCertificateListWithinSignatureAndTimestamps()Map<String,List<CertificateToken>>DefaultAdvancedSignature. getCertificateMapWithinSignatureAndTimestamps(boolean skipLastArchiveTimestamp)Returns a map between found certificate chains in signature and timestampsList<CertificateToken>AdvancedSignature. getCertificates()Get certificates embedded in the signatureList<CertificateToken>DefaultAdvancedSignature. getCertificates()Returns an unmodifiable list of all certificate tokens encapsulated in the signatureSet<CertificateToken>DefaultAdvancedSignature. getCertificatesForInclusion(ValidationContext validationContext)This method returns all certificates used during the validation process.Map<CertificateToken,Set<CertificateSourceType>>SignatureValidationContext. getCertificateSourceTypes()Map<CertificateToken,Set<CertificateSourceType>>ValidationContext. getCertificateSourceTypes()Returns a map ofCertificateSourceTypebyCertificateTokenwhich contains the sources where the certificate was found.List<CertificateToken>CMSCertificateSource. getCertificateValues()abstract List<CertificateToken>SignatureCertificateSource. getCertificateValues()Retrieves the list of all certificates from CertificateValues (XAdES/CAdES)List<CertificateToken>SignatureCertificateSource. getCompleteCertificates()Retrieves the list ofCertificateTokens according references to included in the attribute complete-certificate-references (CAdES) or the CompleteCertificateRefs/CompleteCertificateRefsV2 (XAdES)List<CertificateToken>SignatureCertificateSource. getDSSDictionaryCertValues()Retrieves the list of all certificates from the DSS dictionary (PAdES)List<CertificateToken>CAdESCertificateSource. getKeyInfoCertificates()abstract List<CertificateToken>SignatureCertificateSource. getKeyInfoCertificates()Retrieves the list of all certificates present in the KeyInfosSet<CertificateToken>SignatureValidationContext. getProcessedCertificates()Set<CertificateToken>ValidationContext. getProcessedCertificates()Returns a read only list of all certificates used in the process of the validation of all signatures from the given document.List<CertificateToken>SignatureCertificateSource. getSigningCertificates()Retrieves the list ofCertificateTokens for the signing certificate (V1/V2)List<CertificateToken>CandidatesForSigningCertificate. getSigningCertificateTokenList()List<CertificateToken>DefaultAdvancedSignature. getTimestampSourceCertificates()Returns a list ofCertificateTokens found in theSignatureTimestampSourceList<CertificateToken>CAdESCertificateSource. getTimeStampValidationDataCertValues()abstract List<CertificateToken>SignatureCertificateSource. getTimeStampValidationDataCertValues()Retrieves the list of all certificates from the TimeStampValidationData (XAdES)List<CertificateToken>SignatureCertificateSource. getVRIDictionaryCertValues()Retrieves the list of all certificates from the VRI dictionary (PAdES)Methods in eu.europa.esig.dss.validation with parameters of type CertificateToken Modifier and Type Method Description voidSignatureValidationContext. addCertificateTokenForVerification(CertificateToken certificateToken)voidValidationContext. addCertificateTokenForVerification(CertificateToken certificateToken)Adds a new certificate token to the list of tokens to verify.RevocationTokenCertificateStatusVerifier. check(CertificateToken certificate)Check the validity (revocation status) of the certificate.RevocationTokenCRLCertificateVerifier. check(CertificateToken certificateToken)RevocationTokenOCSPAndCRLCertificateVerifier. check(CertificateToken certificateToken)RevocationTokenOCSPCertificateVerifier. check(CertificateToken toCheckToken)RevocationTokenOCSPAndCRLCertificateVerifier. checkCRL(CertificateToken certificateToken)RevocationTokenOCSPAndCRLCertificateVerifier. checkOCSP(CertificateToken certificateToken)voidDocumentValidator. defineSigningCertificate(CertificateToken x509Certificate)This method allows to define the signing certificate.voidSignedDocumentValidator. defineSigningCertificate(CertificateToken token)static CertificateValidatorCertificateValidator. fromCertificate(CertificateToken token)List<CertificateRef>SignatureCertificateSource. getReferencesForCertificateToken(CertificateToken certificateToken)Returns list ofCertificateRefs found for the givencertificateTokenbooleanSignatureValidationContext. isAtLeastOneRevocationDataPresentAfterBestSignatureTime(CertificateToken signingCertificate)booleanValidationContext. isAtLeastOneRevocationDataPresentAfterBestSignatureTime(CertificateToken signingCertificate)This method allows to verify if there is at least one revocation data present after the earliest available timestamp token producing timevoidAdvancedSignature. setProvidedSigningCertificateToken(CertificateToken certificateToken)This method allows to provide a signing certificate to be used in the validation process.voidDefaultAdvancedSignature. setProvidedSigningCertificateToken(CertificateToken certificateToken)Method parameters in eu.europa.esig.dss.validation with type arguments of type CertificateToken Modifier and Type Method Description DiagnosticDataBuilderDiagnosticDataBuilder. certificateSourceTypes(Map<CertificateToken,Set<CertificateSourceType>> certificateSourceTypes)This method allows to set the certificate source typesprotected List<TimestampedReference>DefaultAdvancedSignature. getTimestampedReferencesFromCertificates(List<CertificateToken> certificateTokens)Creates a list ofTimestampedReferences for the providedcertificateTokensDiagnosticDataBuilderDiagnosticDataBuilder. usedCertificates(Set<CertificateToken> usedCertificates)This method allows to set the used certificatesConstructors in eu.europa.esig.dss.validation with parameters of type CertificateToken Constructor Description CertificateValidity(CertificateToken certificateToken)This constructor create an object containing all information concerning the validity of a candidate for the signing certificate. -
Uses of CertificateToken in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CertificateToken Modifier and Type Method Description Map<String,List<CertificateToken>>AbstractTimestampSource. getCertificateMapWithinTimestamps(boolean skipLastArchiveTimestamp)Map<String,List<CertificateToken>>SignatureTimestampSource. getCertificateMapWithinTimestamps(boolean skipLastArchiveTimestamp)Returns a map between all found timestamps and their certificatesList<CertificateToken>AbstractTimestampSource. getCertificates()List<CertificateToken>SignatureTimestampSource. getCertificates()Returns a list of all found certificates in the timestampsList<CertificateToken>TimestampToken. getCertificates()Returns the list of wrapped certificates.Methods in eu.europa.esig.dss.validation.timestamp with parameters of type CertificateToken Modifier and Type Method Description protected booleanTimestampToken. checkIsSignedBy(CertificateToken candidate)Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type CertificateToken Modifier and Type Method Description protected List<TimestampedReference>AbstractTimestampSource. createReferencesForCertificates(Collection<CertificateToken> certificates)Creates a list ofTimestampedReferences for the provided list ofcertificatesprotected voidAbstractTimestampSource. populateTimestampCertificateSource(List<CertificateToken> certificates)Addscertificatesto thetimestampCertificateSource -
Uses of CertificateToken in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return CertificateToken Modifier and Type Method Description static CertificateTokenRemoteCertificateConverter. toCertificateToken(RemoteCertificate remoteCertificate)Converts the givenremoteCertificateto aCertificateTokenMethods in eu.europa.esig.dss.ws.converter that return types with arguments of type CertificateToken Modifier and Type Method Description static List<CertificateToken>RemoteCertificateConverter. toCertificateTokens(List<RemoteCertificate> remoteCertificates)Converts the given list ofremoteCertificatesto a list ofCertificateTokensMethods in eu.europa.esig.dss.ws.converter with parameters of type CertificateToken Modifier and Type Method Description static RemoteCertificateRemoteCertificateConverter. toRemoteCertificate(CertificateToken certificate)Converts the givencertificateto aRemoteCertificate -
Uses of CertificateToken in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type CertificateToken Modifier and Type Method Description protected ElementXAdESBuilder. incorporateCert(Element parentDom, CertificateToken certificate)Creates Cert DOM object:protected voidXAdESBuilder. incorporateIssuerV1(Element parentDom, CertificateToken certificate)protected voidXAdESBuilder. incorporateIssuerV2(Element parentDom, CertificateToken certificate)Method parameters in eu.europa.esig.dss.xades.signature with type arguments of type CertificateToken Modifier and Type Method Description protected voidXAdESBuilder. incorporateCertificateRef(Element signingCertificateDom, Set<CertificateToken> certificates)Incorporates the certificate's references as a child of the given parent node. -
Uses of CertificateToken in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type CertificateToken Modifier and Type Method Description List<CertificateToken>XAdESCertificateSource. getAttrAuthoritiesCertValues()List<CertificateToken>XAdESCertificateSource. getCertificateValues()List<CertificateToken>XAdESCertificateSource. getKeyInfoCertificates()Returns the list of certificates included in "ds:KeyInfo/ds:X509Data/ds:X509Certificate" nodeList<CertificateToken>XAdESCertificateSource. getTimeStampValidationDataCertValues()
-