Uses of Class
eu.europa.esig.dss.spi.x509.SignerIdentifier
Packages that use SignerIdentifier
Package
Description
-
Uses of SignerIdentifier in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type SignerIdentifierModifier and TypeMethodDescriptionCAdESSignature.getSignerInformationStoreInfos()Returns a Set of CertificateIdentifier extracted from a SignerInformationStore of CMS Signed Data -
Uses of SignerIdentifier in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return SignerIdentifierModifier and TypeMethodDescriptionstatic SignerIdentifierDSSASN1Utils.toSignerIdentifier(X500Principal issuerX500Principal, BigInteger serialNumber, byte[] ski) This method transforms token's issuer and serial number information into aCertificateIdentifierobjectstatic SignerIdentifierDSSASN1Utils.toSignerIdentifier(org.bouncycastle.asn1.x509.IssuerSerial issuerAndSerial) Transforms an object of classIssuerSerialinto instance ofCertificateIdentifierstatic SignerIdentifierDSSASN1Utils.toSignerIdentifier(org.bouncycastle.cms.SignerId signerId) This method transforms token's signerId into aSignerIdentifierobject -
Uses of SignerIdentifier in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return SignerIdentifierModifier and TypeMethodDescriptionCertificateRef.getCertificateIdentifier()Gets theSignerIdentifier(for a reference extracted from a signature or timestamp, when present)TokenCertificateSource.getCurrentCertificateIdentifier()Returns the currentSignerIdentifierFor CAdES/PAdES/TimestampCertificateValidity.getSignerInfo()Returns the associatedSignerIdentifierNOTE: can return nullMethods in eu.europa.esig.dss.spi.x509 that return types with arguments of type SignerIdentifierModifier and TypeMethodDescriptionTokenCertificateSource.getAllCertificateIdentifiers()Returns a Set of allSignerIdentifierFor CAdES/PAdES/TimestampMethods in eu.europa.esig.dss.spi.x509 with parameters of type SignerIdentifierModifier and TypeMethodDescriptionprotected voidTokenCertificateSource.addCertificateIdentifier(SignerIdentifier signerIdentifier, CertificateOrigin origin) Adds aCertificateIdentifierwith its originCertificateSource.getBySignerIdentifier(SignerIdentifier signerIdentifier) This method returns the Set of certificates with theCertificateIdentifierCommonCertificateSource.getBySignerIdentifier(SignerIdentifier signerIdentifier) ListCertificateSource.getBySignerIdentifier(SignerIdentifier signerIdentifier) protected CertificateTokenTokenCertificateSource.getCertificateToken(SignerIdentifier signerIdentifier) Gets aCertificateTokenby the givenSignerIdentifierbooleanSignerIdentifier.isEquivalent(SignerIdentifier signerIdentifier) Checks if the givensignerIdentifieris equivalentvoidCertificateRef.setCertificateIdentifier(SignerIdentifier signerIdentifier) Sets theSignerIdentifierConstructors in eu.europa.esig.dss.spi.x509 with parameters of type SignerIdentifierModifierConstructorDescriptionCertificateValidity(SignerIdentifier signerIdentifier) This constructor create an object containing all information concerning the validity of a candidate for the signing certificate which is based only on theCertificateIdentifier. -
Uses of SignerIdentifier in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return types with arguments of type SignerIdentifierModifier and TypeMethodDescriptionTimestampToken.getSignerInformationStoreInfos()Returns a list of found CertificateIdentifier in the SignerInformationStore -
Uses of SignerIdentifier in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type SignerIdentifierModifier and TypeMethodDescriptionprotected XmlSignerInfoDiagnosticDataBuilder.getXmlSignerInfo(SignerIdentifier signerIdentifier) Creates aXmlSignerInfofromSignerIdentifierMethod parameters in eu.europa.esig.dss.validation.reports.diagnostic with type arguments of type SignerIdentifierModifier and TypeMethodDescriptionprotected List<XmlSignerInfo> SignedDocumentDiagnosticDataBuilder.getXmlSignerInformationStore(Set<SignerIdentifier> signerIdentifiers) Builds a list ofXmlSignerInfofromSignerIdentifiers