Class DSSPdfEntry
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.pades.utils.DSSPdfEntry
public abstract class DSSPdfEntry extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DSSPdfEntry(org.apache.pdfbox.cos.COSName name, org.bouncycastle.asn1.ASN1Primitive value) -
Method Summary
Modifier and Type Method Description abstract 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
-