Uses of Enum Class
br.ufsc.labsec.trustedList.dss.DSSSourcedDocument.Source
Packages that use DSSSourcedDocument.Source
-
Uses of DSSSourcedDocument.Source in br.ufsc.labsec.trustedList.dss
Subclasses with type arguments of type DSSSourcedDocument.Source in br.ufsc.labsec.trustedList.dssModifier and TypeClassDescriptionstatic enumEnumerador de diferentes fontes a ser obtido documentosMethods in br.ufsc.labsec.trustedList.dss that return DSSSourcedDocument.SourceModifier and TypeMethodDescriptionstatic DSSSourcedDocument.SourceReturns the enum constant of this class with the specified name.static DSSSourcedDocument.Source[]DSSSourcedDocument.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.ufsc.labsec.trustedList.dss with parameters of type DSSSourcedDocument.SourceModifierConstructorDescriptionDSSSourcedDocument(eu.europa.esig.dss.model.DSSDocument document, boolean validDigest, String hash, Date timeReference, Date issueDate, Date nextUpdate, DSSSourcedDocument.Source source) Construtor.