Class VerifierParams
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.VerifierParams
public class VerifierParams extends Object
-
Field Summary
Fields Modifier and Type Field Description static VerifierParams
DEFAULT
ExtensionsReport.PROFILE
extensionsProfile
boolean
isComplete
static VerifierParams
LPA
boolean
profileVerification
boolean
returnArtifacts
boolean
unrestrictedAttrVerification
boolean
verifyIncremental
boolean
verifyNotAnchored
boolean
withRecipt
-
Constructor Summary
Constructors Constructor Description VerifierParams(boolean verifyIncremental, boolean isComplete, boolean withRecipt, boolean verifyNotAnchored, boolean unrestrictedAttrVerification, boolean profileVerification, boolean returnArtifacts, ExtensionsReport.PROFILE extensionsProfile)
-
Method Summary
-
Field Details
-
verifyIncremental
public final boolean verifyIncremental -
isComplete
public final boolean isComplete -
withRecipt
public final boolean withRecipt -
verifyNotAnchored
public final boolean verifyNotAnchored -
unrestrictedAttrVerification
public final boolean unrestrictedAttrVerification -
profileVerification
public final boolean profileVerification -
returnArtifacts
public final boolean returnArtifacts -
extensionsProfile
-
LPA
-
DEFAULT
-
-
Constructor Details
-
VerifierParams
public VerifierParams(boolean verifyIncremental, boolean isComplete, boolean withRecipt, boolean verifyNotAnchored, boolean unrestrictedAttrVerification, boolean profileVerification, boolean returnArtifacts, ExtensionsReport.PROFILE extensionsProfile)
-