Uses of Enum Class
br.ufsc.labsec.incrementalupdate.transform.TransformInfo.PValue
Packages that use TransformInfo.PValue
Package
Description
-
Uses of TransformInfo.PValue in br.ufsc.labsec.incrementalupdate
Methods in br.ufsc.labsec.incrementalupdate that return TransformInfo.PValueModifier and TypeMethodDescriptionIncrementalUpdatesParams.docMDP()Returns the value of thedocMDPrecord component.static TransformInfo.PValuePDDocumentUtils.getDocMDPValueOrElse(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature, TransformInfo.PValue defaultValue) Retorna o valor do parâmetro P do dicionário DocMDP ou um valor padrão caso não exista.Methods in br.ufsc.labsec.incrementalupdate with parameters of type TransformInfo.PValueModifier and TypeMethodDescriptionstatic TransformInfo.PValuePDDocumentUtils.getDocMDPValueOrElse(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature, TransformInfo.PValue defaultValue) Retorna o valor do parâmetro P do dicionário DocMDP ou um valor padrão caso não exista.IncrementalUpdatesBuilder.withDocMDP(TransformInfo.PValue docMDP) Constructors in br.ufsc.labsec.incrementalupdate with parameters of type TransformInfo.PValueModifierConstructorDescriptionIncrementalUpdatesParams(org.apache.pdfbox.pdmodel.PDDocument document, byte[] content, boolean icpBrRules, boolean protectVisualRepresentation, boolean useFallbackVerification, TransformInfo.PValue docMDP) Creates an instance of aIncrementalUpdatesParamsrecord class. -
Uses of TransformInfo.PValue in br.ufsc.labsec.incrementalupdate.selective
Constructors in br.ufsc.labsec.incrementalupdate.selective with parameters of type TransformInfo.PValueModifierConstructorDescriptionDocMDPSelectiveComputation(TransformInfo.PValue permissionLevel, int signatureIndex, boolean icpBrRules, boolean protectVisualRepresentation) -
Uses of TransformInfo.PValue in br.ufsc.labsec.incrementalupdate.transform
Subclasses with type arguments of type TransformInfo.PValue in br.ufsc.labsec.incrementalupdate.transformModifier and TypeClassDescriptionstatic enumDefine as permissões de acesso (Pvalue) concedidas para determinado documento.Methods in br.ufsc.labsec.incrementalupdate.transform that return TransformInfo.PValueModifier and TypeMethodDescriptionstatic TransformInfo.PValueTransformInfo.PValue.fromInt(int p) TransformInfo.getpValue()static TransformInfo.PValueReturns the enum constant of this class with the specified name.static TransformInfo.PValue[]TransformInfo.PValue.values()Returns an array containing the constants of this enum class, in the order they are declared.