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 SignerIdentifier
DSSASN1Utils.toSignerIdentifier
(X500Principal issuerX500Principal, BigInteger serialNumber, byte[] ski) This method transforms token's issuer and serial number information into aCertificateIdentifier
objectstatic SignerIdentifier
DSSASN1Utils.toSignerIdentifier
(org.bouncycastle.asn1.x509.IssuerSerial issuerAndSerial) Transforms an object of classIssuerSerial
into instance ofCertificateIdentifier
static SignerIdentifier
DSSASN1Utils.toSignerIdentifier
(org.bouncycastle.cms.SignerId signerId) This method transforms token's signerId into aSignerIdentifier
object -
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 currentSignerIdentifier
For CAdES/PAdES/TimestampCertificateValidity.getSignerInfo()
Returns the associatedSignerIdentifier
NOTE: 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 allSignerIdentifier
For CAdES/PAdES/TimestampMethods in eu.europa.esig.dss.spi.x509 with parameters of type SignerIdentifierModifier and TypeMethodDescriptionprotected void
TokenCertificateSource.addCertificateIdentifier
(SignerIdentifier signerIdentifier, CertificateOrigin origin) Adds aCertificateIdentifier
with its originCertificateSource.getBySignerIdentifier
(SignerIdentifier signerIdentifier) This method returns the Set of certificates with theCertificateIdentifier
CommonCertificateSource.getBySignerIdentifier
(SignerIdentifier signerIdentifier) ListCertificateSource.getBySignerIdentifier
(SignerIdentifier signerIdentifier) protected CertificateToken
TokenCertificateSource.getCertificateToken
(SignerIdentifier signerIdentifier) Gets aCertificateToken
by the givenSignerIdentifier
boolean
SignerIdentifier.isEquivalent
(SignerIdentifier signerIdentifier) Checks if the givensignerIdentifier
is equivalentvoid
CertificateRef.setCertificateIdentifier
(SignerIdentifier signerIdentifier) Sets theSignerIdentifier
Constructors 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 XmlSignerInfo
DiagnosticDataBuilder.getXmlSignerInfo
(SignerIdentifier signerIdentifier) Creates aXmlSignerInfo
fromSignerIdentifier
Method 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 ofXmlSignerInfo
fromSignerIdentifier
s