Uses of Class
eu.europa.esig.dss.enumerations.TokenExtractionStategy
Package | Description |
---|---|
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.validation | |
eu.europa.esig.dss.ws.cert.validation.dto | |
eu.europa.esig.dss.ws.validation.dto |
-
Uses of TokenExtractionStategy in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TokenExtractionStategy Modifier and Type Method Description static TokenExtractionStategy
TokenExtractionStategy. fromParameters(boolean certificate, boolean timestamp, boolean revocationData)
Returns the enumeration value depending on parametersstatic TokenExtractionStategy
TokenExtractionStategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenExtractionStategy[]
TokenExtractionStategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TokenExtractionStategy in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type TokenExtractionStategy Modifier and Type Method Description void
CertificateValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)
void
DocumentValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)
This method allows to set the token extraction strategy to follow in the diagnostic data generation.void
SignedDocumentValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)
DiagnosticDataBuilder
DiagnosticDataBuilder. tokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)
This method allows to set theTokenExtractionStategy
to follow for the token extraction -
Uses of TokenExtractionStategy in eu.europa.esig.dss.ws.cert.validation.dto
Methods in eu.europa.esig.dss.ws.cert.validation.dto that return TokenExtractionStategy Modifier and Type Method Description TokenExtractionStategy
CertificateToValidateDTO. getTokenExtractionStategy()
Methods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type TokenExtractionStategy Modifier and Type Method Description void
CertificateToValidateDTO. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)
Constructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type TokenExtractionStategy Constructor Description CertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, TokenExtractionStategy tokenExtractionStategy)
-
Uses of TokenExtractionStategy in eu.europa.esig.dss.ws.validation.dto
Methods in eu.europa.esig.dss.ws.validation.dto that return TokenExtractionStategy Modifier and Type Method Description TokenExtractionStategy
DataToValidateDTO. getTokenExtractionStategy()
Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type TokenExtractionStategy Modifier and Type Method Description void
DataToValidateDTO. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)