Uses of Class
eu.europa.esig.dss.enumerations.SignatureScopeType
-
Uses of SignatureScopeType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as SignatureScopeType Modifier and Type Field Description protected SignatureScopeType
XmlSignatureScope. scope
Methods in eu.europa.esig.dss.diagnostic.jaxb that return SignatureScopeType Modifier and Type Method Description SignatureScopeType
XmlSignatureScope. getScope()
Gets the value of the scope property.SignatureScopeType
Adapter4. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type SignatureScopeType Modifier and Type Method Description String
Adapter4. marshal(SignatureScopeType value)
void
XmlSignatureScope. setScope(SignatureScopeType value)
Sets the value of the scope property. -
Uses of SignatureScopeType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SignatureScopeType Modifier and Type Method Description static SignatureScopeType
SignatureScopeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureScopeType[]
SignatureScopeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignatureScopeType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return SignatureScopeType Modifier and Type Method Description static SignatureScopeType
SignatureScopeTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type SignatureScopeType Modifier and Type Method Description static String
SignatureScopeTypeParser. print(SignatureScopeType v)
-
Uses of SignatureScopeType in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope that return SignatureScopeType Modifier and Type Method Description SignatureScopeType
ContainerContentSignatureScope. getType()
SignatureScopeType
ContainerSignatureScope. getType()
SignatureScopeType
DigestSignatureScope. getType()
SignatureScopeType
FullSignatureScope. getType()
SignatureScopeType
ManifestEntrySignatureScope. getType()
SignatureScopeType
ManifestSignatureScope. getType()
SignatureScopeType
PartialSignatureScope. getType()
abstract SignatureScopeType
SignatureScope. getType()
-
Uses of SignatureScopeType in eu.europa.esig.dss.xades.validation.scope
Methods in eu.europa.esig.dss.xades.validation.scope that return SignatureScopeType Modifier and Type Method Description SignatureScopeType
XmlElementSignatureScope. getType()
SignatureScopeType
XmlRootSignatureScope. getType()
SignatureScopeType
XPointerSignatureScope. getType()