Class DSSPdfEntry
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.pades.utils.DSSPdfEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDSSPdfEntry(org.apache.pdfbox.cos.COSName name, org.bouncycastle.asn1.ASN1Primitive value) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidbuildDictionaryEntry(SignaturePolicyInterface policyInterface, Optional<BrExtDss> extDss, DSSDecoder.DictionaryArtifacts artifacts, org.apache.pdfbox.cos.COSDictionary dss, Certificate signer)
-
Field Details
-
name
protected final org.apache.pdfbox.cos.COSName name -
value
protected final org.bouncycastle.asn1.ASN1Primitive value
-
-
Constructor Details
-
DSSPdfEntry
public DSSPdfEntry(org.apache.pdfbox.cos.COSName name, org.bouncycastle.asn1.ASN1Primitive value)
-
-
Method Details
-
buildDictionaryEntry
public abstract void buildDictionaryEntry(SignaturePolicyInterface policyInterface, Optional<BrExtDss> extDss, DSSDecoder.DictionaryArtifacts artifacts, org.apache.pdfbox.cos.COSDictionary dss, Certificate signer) throws CertificationPathException, SignatureAttributeException
-