Uses of Class
eu.europa.esig.dss.model.identifier.Identifier
-
Uses of Identifier in eu.europa.esig.dss.cades.validation
Subclasses of Identifier in eu.europa.esig.dss.cades.validation Modifier and Type Class Description class
CAdESSignatureIdentifier
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type Identifier Modifier and Type Method Description protected List<Identifier>
CAdESTimestampSource. getEncapsulatedCertificateIdentifiers(CAdESAttribute unsignedAttribute)
protected List<Identifier>
CAdESTimestampSource. getEncapsulatedCRLIdentifiers(CAdESAttribute unsignedAttribute)
protected List<Identifier>
CAdESTimestampSource. getEncapsulatedOCSPIdentifiers(CAdESAttribute unsignedAttribute)
-
Uses of Identifier in eu.europa.esig.dss.crl
Subclasses of Identifier in eu.europa.esig.dss.crl Modifier and Type Class Description class
CRLBinary
This class represents DER encoded CRL Binary identifier -
Uses of Identifier in eu.europa.esig.dss.model.identifier
Subclasses of Identifier in eu.europa.esig.dss.model.identifier Modifier and Type Class Description class
CertificateTokenIdentifier
This class is used to obtain a unique id for CertificateTokenclass
EncapsulatedRevocationTokenIdentifier
class
EntityIdentifier
This class is used to obtain a unique id for Public keyclass
MultipleDigestIdentifier
This class is used to obtain a requested digest from a stored binary arrayclass
TokenIdentifier
This class is used to obtain a unique id for Token -
Uses of Identifier in eu.europa.esig.dss.pades.validation
Subclasses of Identifier in eu.europa.esig.dss.pades.validation Modifier and Type Class Description class
PAdESSignatureIdentifier
-
Uses of Identifier in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return Identifier Modifier and Type Method Description Identifier
LOTLInfo. getIdentifier()
Identifier
PivotInfo. getIdentifier()
Identifier
TLInfo. getIdentifier()
Returns the TL idIdentifier
TrustProperties. getLOTLIdentifier()
Identifier
TrustProperties. getTLIdentifier()
Methods in eu.europa.esig.dss.spi.tsl with parameters of type Identifier Modifier and Type Method Description LOTLInfo
TLValidationJobSummary. getLOTLInfoById(Identifier identifier)
Returns a LOTLInfo object by IdentifierTLInfo
TLValidationJobSummary. getTLInfoById(Identifier identifier)
Returns a TLInfo object by IdentifierConstructors in eu.europa.esig.dss.spi.tsl with parameters of type Identifier Constructor Description TrustProperties(Identifier lotlId, Identifier tlId, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService)
Constructor for extracted information from trusted list which is linked to a LOTLTrustProperties(Identifier tlId, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService)
Constructor for extracted information from an "independent" trusted list -
Uses of Identifier in eu.europa.esig.dss.spi.tsl.identifier
Subclasses of Identifier in eu.europa.esig.dss.spi.tsl.identifier Modifier and Type Class Description class
AbstractTLIdentifier
class
LOTLIdentifier
class
PivotIdentifier
class
TrustedListIdentifier
-
Uses of Identifier in eu.europa.esig.dss.spi.x509
Subclasses of Identifier in eu.europa.esig.dss.spi.x509 Modifier and Type Class Description class
CertificateRefIdentifier
Methods in eu.europa.esig.dss.spi.x509 that return Identifier Modifier and Type Method Description Identifier
CertificateRef. getDSSId()
Returns the certificate reference identifier -
Uses of Identifier in eu.europa.esig.dss.spi.x509.revocation
Subclasses of Identifier in eu.europa.esig.dss.spi.x509.revocation Modifier and Type Class Description class
RevocationRefIdentifier
class
RevocationTokenIdentifier
Methods in eu.europa.esig.dss.spi.x509.revocation that return Identifier Modifier and Type Method Description protected Identifier
RevocationRef. createIdentifier()
Identifier
RevocationRef. getDSSId()
Returns the revocation ref DSS Identifier -
Uses of Identifier in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of Identifier in eu.europa.esig.dss.spi.x509.revocation.ocsp Modifier and Type Class Description class
OCSPRefIdentifier
class
OCSPResponseBinary
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return Identifier Modifier and Type Method Description protected Identifier
OCSPRef. createIdentifier()
-
Uses of Identifier in eu.europa.esig.dss.validation
Subclasses of Identifier in eu.europa.esig.dss.validation Modifier and Type Class Description class
DataIdentifier
class
SignatureIdentifier
-
Uses of Identifier in eu.europa.esig.dss.validation.timestamp
Subclasses of Identifier in eu.europa.esig.dss.validation.timestamp Modifier and Type Class Description class
TimestampTokenIdentifier
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type Identifier Modifier and Type Method Description protected abstract List<Identifier>
AbstractTimestampSource. getEncapsulatedCertificateIdentifiers(SignatureAttribute unsignedAttribute)
Returns a list ofIdentifier
s obtained from the givenunsignedAttribute
protected abstract List<Identifier>
AbstractTimestampSource. getEncapsulatedCRLIdentifiers(SignatureAttribute unsignedAttribute)
Returns a list ofIdentifier
s obtained from the givenunsignedAttribute
protected abstract List<Identifier>
AbstractTimestampSource. getEncapsulatedOCSPIdentifiers(SignatureAttribute unsignedAttribute)
Returns a list ofIdentifier
s obtained from the givenunsignedAttribute
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type Identifier Modifier and Type Method Description protected void
AbstractTimestampSource. addReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category)
Adds a reference for the given identifier and category -
Uses of Identifier in eu.europa.esig.dss.xades.validation
Subclasses of Identifier in eu.europa.esig.dss.xades.validation Modifier and Type Class Description class
XAdESSignatureIdentifier
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type Identifier Modifier and Type Method Description protected List<Identifier>
XAdESTimestampSource. getEncapsulatedCertificateIdentifiers(XAdESAttribute unsignedAttribute)
protected List<Identifier>
XAdESTimestampSource. getEncapsulatedCRLIdentifiers(XAdESAttribute unsignedAttribute)
protected List<Identifier>
XAdESTimestampSource. getEncapsulatedOCSPIdentifiers(XAdESAttribute unsignedAttribute)