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 TokenExtractionStategyTokenExtractionStategy. fromParameters(boolean certificate, boolean timestamp, boolean revocationData)Returns the enumeration value depending on parametersstatic TokenExtractionStategyTokenExtractionStategy. 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 voidCertificateValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)voidDocumentValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)This method allows to set the token extraction strategy to follow in the diagnostic data generation.voidSignedDocumentValidator. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)DiagnosticDataBuilderDiagnosticDataBuilder. tokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)This method allows to set theTokenExtractionStategyto 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 TokenExtractionStategyCertificateToValidateDTO. getTokenExtractionStategy()Methods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type TokenExtractionStategy Modifier and Type Method Description voidCertificateToValidateDTO. 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 TokenExtractionStategyDataToValidateDTO. getTokenExtractionStategy()Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type TokenExtractionStategy Modifier and Type Method Description voidDataToValidateDTO. setTokenExtractionStategy(TokenExtractionStategy tokenExtractionStategy)