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 classCAdESSignatureIdentifierMethods 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 classCRLBinaryThis 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 classCertificateTokenIdentifierThis class is used to obtain a unique id for CertificateTokenclassEncapsulatedRevocationTokenIdentifierclassEntityIdentifierThis class is used to obtain a unique id for Public keyclassMultipleDigestIdentifierThis class is used to obtain a requested digest from a stored binary arrayclassTokenIdentifierThis 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 classPAdESSignatureIdentifier -
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 IdentifierLOTLInfo. getIdentifier()IdentifierPivotInfo. getIdentifier()IdentifierTLInfo. getIdentifier()Returns the TL idIdentifierTrustProperties. getLOTLIdentifier()IdentifierTrustProperties. getTLIdentifier()Methods in eu.europa.esig.dss.spi.tsl with parameters of type Identifier Modifier and Type Method Description LOTLInfoTLValidationJobSummary. getLOTLInfoById(Identifier identifier)Returns a LOTLInfo object by IdentifierTLInfoTLValidationJobSummary. 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 classAbstractTLIdentifierclassLOTLIdentifierclassPivotIdentifierclassTrustedListIdentifier -
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 classCertificateRefIdentifierMethods in eu.europa.esig.dss.spi.x509 that return Identifier Modifier and Type Method Description IdentifierCertificateRef. 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 classRevocationRefIdentifierclassRevocationTokenIdentifierMethods in eu.europa.esig.dss.spi.x509.revocation that return Identifier Modifier and Type Method Description protected IdentifierRevocationRef. createIdentifier()IdentifierRevocationRef. 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 classOCSPRefIdentifierclassOCSPResponseBinaryMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return Identifier Modifier and Type Method Description protected IdentifierOCSPRef. createIdentifier() -
Uses of Identifier in eu.europa.esig.dss.validation
Subclasses of Identifier in eu.europa.esig.dss.validation Modifier and Type Class Description classDataIdentifierclassSignatureIdentifier -
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 classTimestampTokenIdentifierMethods 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 ofIdentifiers obtained from the givenunsignedAttributeprotected abstract List<Identifier>AbstractTimestampSource. getEncapsulatedCRLIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttributeprotected abstract List<Identifier>AbstractTimestampSource. getEncapsulatedOCSPIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttributeMethods in eu.europa.esig.dss.validation.timestamp with parameters of type Identifier Modifier and Type Method Description protected voidAbstractTimestampSource. 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 classXAdESSignatureIdentifierMethods 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)