Uses of Class
eu.europa.esig.dss.enumerations.SignatureLevel
-
-
-
Uses of SignatureLevel in eu.europa.esig.dss.asic.cades
Methods in eu.europa.esig.dss.asic.cades with parameters of type SignatureLevel Modifier and Type Method Description voidASiCWithCAdESSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.asic.xades
Methods in eu.europa.esig.dss.asic.xades with parameters of type SignatureLevel Modifier and Type Method Description voidASiCWithXAdESSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return SignatureLevel Modifier and Type Method Description SignatureLevel[]CAdESSignature. getSignatureLevels()Methods in eu.europa.esig.dss.cades.validation with parameters of type SignatureLevel Modifier and Type Method Description booleanCAdESSignature. isDataForSignatureLevelPresent(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return SignatureLevel Modifier and Type Method Description SignatureLevelDiagnosticData. getFirstSignatureFormat()This method returns the signature format for the first signature.SignatureLevelDiagnosticData. getSignatureFormat(String signatureId)This method returns the signature format for the given signature.SignatureLevelSignatureWrapper. getSignatureFormat() -
Uses of SignatureLevel in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as SignatureLevel Modifier and Type Field Description protected SignatureLevelXmlSignature. signatureFormatMethods in eu.europa.esig.dss.diagnostic.jaxb that return SignatureLevel Modifier and Type Method Description SignatureLevelXmlSignature. getSignatureFormat()Gets the value of the signatureFormat property.SignatureLevelAdapter2. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type SignatureLevel Modifier and Type Method Description StringAdapter2. marshal(SignatureLevel value)voidXmlSignature. setSignatureFormat(SignatureLevel value)Sets the value of the signatureFormat property. -
Uses of SignatureLevel in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SignatureLevel Modifier and Type Method Description static SignatureLevelSignatureLevel. valueByName(String name)Returns the SignatureLevel based on the name (String)static SignatureLevelSignatureLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureLevel[]SignatureLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignatureLevel in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return SignatureLevel Modifier and Type Method Description static SignatureLevelSignatureFormatParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type SignatureLevel Modifier and Type Method Description static StringSignatureFormatParser. print(SignatureLevel v) -
Uses of SignatureLevel in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return SignatureLevel Modifier and Type Method Description SignatureLevelAbstractSerializableSignatureParameters. getSignatureLevel()Get signature level: XAdES_BASELINE_T, CAdES_BASELINE_LTA...Methods in eu.europa.esig.dss.model with parameters of type SignatureLevel Modifier and Type Method Description voidAbstractSerializableSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel)Set signature level. -
Uses of SignatureLevel in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades with parameters of type SignatureLevel Modifier and Type Method Description voidPAdESSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return SignatureLevel Modifier and Type Method Description SignatureLevel[]PAdESSignature. getSignatureLevels()Methods in eu.europa.esig.dss.pades.validation with parameters of type SignatureLevel Modifier and Type Method Description booleanPAdESSignature. isDataForSignatureLevelPresent(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature with parameters of type SignatureLevel Modifier and Type Method Description protected StringAbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level)protected StringAbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, ASiCContainerType containerType) -
Uses of SignatureLevel in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return SignatureLevel Modifier and Type Method Description SignatureLevelSimpleReport. getSignatureFormat(String signatureId)This method returns the signature format (XAdES_BASELINE_B...) -
Uses of SignatureLevel in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb declared as SignatureLevel Modifier and Type Field Description protected SignatureLevelXmlSignature. signatureFormatMethods in eu.europa.esig.dss.simplereport.jaxb that return SignatureLevel Modifier and Type Method Description SignatureLevelXmlSignature. getSignatureFormat()Gets the value of the signatureFormat property.SignatureLevelAdapter5. unmarshal(String value)Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type SignatureLevel Modifier and Type Method Description StringAdapter5. marshal(SignatureLevel value)voidXmlSignature. setSignatureFormat(SignatureLevel value)Sets the value of the signatureFormat property. -
Uses of SignatureLevel in eu.europa.esig.dss.test.extension
Methods in eu.europa.esig.dss.test.extension that return SignatureLevel Modifier and Type Method Description protected abstract SignatureLevelAbstractTestExtension. getFinalSignatureLevel()protected abstract SignatureLevelAbstractTestExtension. getOriginalSignatureLevel() -
Uses of SignatureLevel in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return SignatureLevel Modifier and Type Method Description SignatureLevelAdvancedSignature. getDataFoundUpToLevel()SignatureLevelDefaultAdvancedSignature. getDataFoundUpToLevel()SignatureLevel[]AdvancedSignature. getSignatureLevels()Methods in eu.europa.esig.dss.validation with parameters of type SignatureLevel Modifier and Type Method Description booleanAdvancedSignature. isDataForSignatureLevelPresent(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return SignatureLevel Modifier and Type Method Description SignatureLevelRemoteSignatureParameters. getSignatureLevel()Get signature level: XAdES_BASELINE_T, CAdES_BASELINE_LTA...Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type SignatureLevel Modifier and Type Method Description voidRemoteSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel)Set signature level. -
Uses of SignatureLevel in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades with parameters of type SignatureLevel Modifier and Type Method Description voidXAdESSignatureParameters. setSignatureLevel(SignatureLevel signatureLevel) -
Uses of SignatureLevel in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return SignatureLevel Modifier and Type Method Description SignatureLevel[]XAdESSignature. getSignatureLevels()Methods in eu.europa.esig.dss.xades.validation with parameters of type SignatureLevel Modifier and Type Method Description booleanXAdESSignature. isDataForSignatureLevelPresent(SignatureLevel signatureLevel)
-