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 void
ASiCWithCAdESSignatureParameters. 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 void
ASiCWithXAdESSignatureParameters. 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. getDataFoundUpToLevel()
SignatureLevel[]
CAdESSignature. getSignatureLevels()
-
Uses of SignatureLevel in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return SignatureLevel Modifier and Type Method Description SignatureLevel
DiagnosticData. getFirstSignatureFormat()
This method returns the signature format for the first signature.SignatureLevel
DiagnosticData. getSignatureFormat(String signatureId)
This method returns the signature format for the given signature.SignatureLevel
SignatureWrapper. 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 SignatureLevel
XmlSignature. signatureFormat
Methods in eu.europa.esig.dss.diagnostic.jaxb that return SignatureLevel Modifier and Type Method Description SignatureLevel
XmlSignature. getSignatureFormat()
Gets the value of the signatureFormat property.SignatureLevel
Adapter3. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type SignatureLevel Modifier and Type Method Description String
Adapter3. marshal(SignatureLevel value)
void
XmlSignature. 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 SignatureLevel
SignatureLevel. valueByName(String name)
Returns the SignatureLevel based on the name (String)static SignatureLevel
SignatureLevel. 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 SignatureLevel
SignatureFormatParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type SignatureLevel Modifier and Type Method Description static String
SignatureFormatParser. 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 SignatureLevel
AbstractSerializableSignatureParameters. 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 void
AbstractSerializableSignatureParameters. 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 void
PAdESSignatureParameters. 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. getDataFoundUpToLevel()
SignatureLevel[]
PAdESSignature. getSignatureLevels()
-
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 String
AbstractSignatureService. getFinalArchiveName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, MimeType containerMimeType)
protected String
AbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level)
-
Uses of SignatureLevel in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return SignatureLevel Modifier and Type Method Description SignatureLevel
SimpleReport. 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 SignatureLevel
XmlSignature. signatureFormat
Methods in eu.europa.esig.dss.simplereport.jaxb that return SignatureLevel Modifier and Type Method Description SignatureLevel
XmlSignature. getSignatureFormat()
Gets the value of the signatureFormat property.SignatureLevel
Adapter6. unmarshal(String value)
Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type SignatureLevel Modifier and Type Method Description String
Adapter6. marshal(SignatureLevel value)
void
XmlSignature. setSignatureFormat(SignatureLevel value)
Sets the value of the signatureFormat property. -
Uses of SignatureLevel in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return SignatureLevel Modifier and Type Method Description SignatureLevel
AdvancedSignature. getDataFoundUpToLevel()
This method returns the signature levelSignatureLevel[]
AdvancedSignature. getSignatureLevels()
-
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 SignatureLevel
RemoteSignatureParameters. 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 void
RemoteSignatureParameters. 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 void
XAdESSignatureParameters. 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. getDataFoundUpToLevel()
SignatureLevel[]
XAdESSignature. getSignatureLevels()