Class DocMDPSelectiveComputation
java.lang.Object
br.ufsc.labsec.incrementalupdate.selective.DocMDPSelectiveComputation
- All Implemented Interfaces:
SelectiveComputation
Verifica as permissões DocMDP aplicáveis durante a análise de atualizações incrementais.
-
Nested Class Summary
Nested classes/interfaces inherited from interface SelectiveComputation
SelectiveComputation.Change, SelectiveComputation.Selectiveness -
Constructor Summary
ConstructorsConstructorDescriptionDocMDPSelectiveComputation(TransformInfo.PValue permissionLevel, int signatureIndex, boolean icpBrRules, boolean protectVisualRepresentation) -
Method Summary
Modifier and TypeMethodDescriptionbooleanallows(SelectiveComputation.Change change) floatintbooleanbooleanselectiveness(SelectiveComputation.Selectiveness selectiveness) boolean
-
Constructor Details
-
DocMDPSelectiveComputation
public DocMDPSelectiveComputation(TransformInfo.PValue permissionLevel, int signatureIndex, boolean icpBrRules, boolean protectVisualRepresentation) - Parameters:
permissionLevel- nível de permissão DocMDP (1 a 3) definido pelo parâmetro /P da assinatura de certificação.signatureIndex- índice da assinatura que estabeleceu a política DocMDP.icpBrRules- indica se a verificação deve aplicar as regras ICP-Brasil para atualizações incrementais em PDF.protectVisualRepresentation- indica se a representação visual das assinaturas deve ser considerada na verificação de integridade das atualizações incrementais.
-
-
Method Details
-
getSignatureIndex
public int getSignatureIndex() -
getPDFVersion
public float getPDFVersion()- Specified by:
getPDFVersionin interfaceSelectiveComputation
-
allows
- Specified by:
allowsin interfaceSelectiveComputation
-
selectiveness
- Specified by:
selectivenessin interfaceSelectiveComputation
-
useIcpBrRules
public boolean useIcpBrRules()- Specified by:
useIcpBrRulesin interfaceSelectiveComputation
-
protectVisualRepresentation
public boolean protectVisualRepresentation()- Specified by:
protectVisualRepresentationin interfaceSelectiveComputation
-