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 SignatureScopeTypeXmlSignatureScope. scopeMethods in eu.europa.esig.dss.diagnostic.jaxb that return SignatureScopeType Modifier and Type Method Description SignatureScopeTypeXmlSignatureScope. getScope()Gets the value of the scope property.SignatureScopeTypeAdapter3. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type SignatureScopeType Modifier and Type Method Description StringAdapter3. marshal(SignatureScopeType value)voidXmlSignatureScope. 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 SignatureScopeTypeSignatureScopeType. 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 SignatureScopeTypeSignatureScopeTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type SignatureScopeType Modifier and Type Method Description static StringSignatureScopeTypeParser. 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 SignatureScopeTypeContainerContentSignatureScope. getType()SignatureScopeTypeContainerSignatureScope. getType()SignatureScopeTypeDigestSignatureScope. getType()SignatureScopeTypeFullSignatureScope. getType()SignatureScopeTypeManifestEntrySignatureScope. getType()SignatureScopeTypeManifestSignatureScope. getType()SignatureScopeTypePartialSignatureScope. getType()abstract SignatureScopeTypeSignatureScope. 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 SignatureScopeTypeXmlElementSignatureScope. getType()SignatureScopeTypeXmlRootSignatureScope. getType()SignatureScopeTypeXPointerSignatureScope. getType()
-