Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PdfEntry
Packages that use PdfEntry
Package
Description
-
Uses of PdfEntry in br.ufsc.labsec.signature.conformanceVerifier.pades.utils
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.utils with parameters of type PdfEntry -
Uses of PdfEntry in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return types with arguments of type PdfEntryModifier and TypeMethodDescriptionPdfEntry.entries(org.bouncycastle.asn1.ASN1Sequence sequence) PdfEntry.entries(org.bouncycastle.asn1.DEROctetString octetString) BrExtDss.getDssDicEntries()Retorna a lista de entradas do dicionário DSSBrExtMandatedDocTSEntries.mandatedDocTSEntries()Retorna a lista das entradas obrigatóriasBrExtMandatedPdfSigDicEntries.mandatedPdfSigDicEntries()Retorna a lista das entradas obrigatóriasVriDictionary.sequenceOfPdfEntry()Retorna a lista de entradas do dicionário VRIMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type PdfEntryModifier and TypeMethodDescriptionstatic SignaturePdfEntryPdfEntryWriter.fromPdfEntry(PdfEntry entry) static SignaturePdfEntrySignaturePdfEntry.fromPdfEntry(PdfEntry entry) Constructors in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type PdfEntryModifierConstructorDescriptionPdfEntryContactInfo(PdfEntry entry) PdfEntryFilter(PdfEntry entry) PdfEntryInvalid(PdfEntry entry) PdfEntryLocation(PdfEntry entry) PdfEntryName(PdfEntry entry) PdfEntryNone(PdfEntry entry) PdfEntryProhibited(PdfEntry entry) PdfEntryPropAuthType(PdfEntry entry) PdfEntryPropBuild(PdfEntry entry) PdfEntryReason(PdfEntry entry) PdfEntrySubfilter(PdfEntry entry) PdfEntryType(PdfEntry entry) SignaturePdfEntry(PdfEntry entry) Constructor parameters in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with type arguments of type PdfEntryModifierConstructorDescriptionBrExtMandatedDocTSEntries(List<PdfEntry> mandatedDocTSEntries) Creates an instance of aBrExtMandatedDocTSEntriesrecord class.BrExtMandatedPdfSigDicEntries(List<PdfEntry> mandatedPdfSigDicEntries) Creates an instance of aBrExtMandatedPdfSigDicEntriesrecord class.VriDictionary(List<PdfEntry> sequenceOfPdfEntry) Creates an instance of aVriDictionaryrecord class.