Uses of Class
eu.europa.esig.dss.model.identifier.TokenIdentifier
-
Packages that use TokenIdentifier Package Description eu.europa.esig.dss.model.x509 eu.europa.esig.dss.spi eu.europa.esig.dss.validation -
-
Uses of TokenIdentifier in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 that return TokenIdentifier Modifier and Type Method Description TokenIdentifierToken. getDSSId()Returns a DSS unique token identifier. -
Uses of TokenIdentifier in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type TokenIdentifier Modifier and Type Method Description static StringDSSUtils. getDeterministicId(Date signingTime, TokenIdentifier id)Return a unique id for a date and the certificateToken id. -
Uses of TokenIdentifier in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type TokenIdentifier Modifier and Type Method Description static SignatureIdentifierSignatureIdentifier. buildSignatureIdentifier(Date signingTime, TokenIdentifier tokenIdentifier)static SignatureIdentifierSignatureIdentifier. buildSignatureIdentifier(Date signingTime, TokenIdentifier tokenIdentifier, Integer customInteger, String... stringIdentifiers)static SignatureIdentifierSignatureIdentifier. buildSignatureIdentifier(Date signingTime, TokenIdentifier tokenIdentifier, String customIdentifier)
-