Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PdfEntry
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder |
-
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 PdfEntry Modifier and Type Method Description static List<PdfEntry>
PdfEntry. entries(org.bouncycastle.asn1.ASN1Sequence sequence)
static List<PdfEntry>
PdfEntry. entries(org.bouncycastle.asn1.DEROctetString octetString)
List<PdfEntry>
BrExtDss. getDssDicEntries()
Retorna a lista de entradas do dicionário DSSList<PdfEntry>
BrExtMandatedDocTSEntries. getMandatedDocTSEntries()
Retorna a lista das entradas obrigatóriasList<PdfEntry>
BrExtMandatedPdfSigDicEntries. getMandatedPdfSigDicEntries()
Retorna a lista das entradas obrigatóriasList<PdfEntry>
VriDictionary. getSequenceOfPdfEntry()
Retorna a lista de entradas do dicionário VRIMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type PdfEntry Modifier and Type Method Description static SignaturePdfEntry
PdfEntryWriter. fromPdfEntry(PdfEntry entry)
static SignaturePdfEntry
SignaturePdfEntry. fromPdfEntry(PdfEntry entry)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type PdfEntry Constructor Description PdfEntryContactInfo(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)
PdfEntryV(PdfEntry entry)
SignaturePdfEntry(PdfEntry entry)