Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.pades.PadesSignature
-
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return PadesSignature Modifier and Type Method Description PadesSignature
PadesVerifier. getPadesSignature()
PadesSignature
PadesSignatureContainer. getSignatureAt(int index)
Obtém a assinatura no índice especificado, para o caso específico de assinaturas PAdES é possível que uma exceção seja lançada caso não seja possível criar a assinatura.PadesSignature
PadesSignatureContainer.PadesIterator. next()
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return types with arguments of type PadesSignature Modifier and Type Method Description protected SignatureContainer<PadesSignature>
PadesContainerGenerator. generateSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned, List<SignatureAttribute<Object>> signedAttributes)
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type PadesSignature Modifier and Type Method Description void
PadesVerifier. addValidationData(PadesSignature padesSignature)
void
PadesVerifier. report(Report report, PadesSignature signature)
Cria um objetoReport
com as informações da verificação do documento -
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.pades.attributes
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.attributes with parameters of type PadesSignature Modifier and Type Method Description void
SignatureDictionary. verifyProfileEntries(PadesSignature signature)
-
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.pades.creators
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with parameters of type PadesSignature Modifier and Type Method Description <Information extends PadesInformation>
SignatureAttribute<Object>DocTimeStampCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, PadesSignature signature)
<T extends PadesInformation>
SignatureAttribute<Object>DSSCreator. getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature)
-
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.pades.utils
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.utils with parameters of type PadesSignature Modifier and Type Method Description DSSDecoder.DictionaryArtifacts
DSSDecoder. getVRIArtifacts(PadesSignature signature)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.pades.utils with parameters of type PadesSignature Constructor Description DSSDecoder(PadesSignature signature, PadesSignatureComponent component)
Construtor -
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.pdf
Methods in br.ufsc.labsec.signature.conformanceVerifier.pdf with parameters of type PadesSignature Modifier and Type Method Description static byte[]
PDDocumentUtils. digest(PadesSignature signature)
static byte[]
PDDocumentUtils. digest(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, PadesSignature signature)
static byte[]
PDDocumentUtils. DIGEST(PadesSignature signature)
static byte[]
PDDocumentUtils. DIGEST(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, PadesSignature signature)
static List<org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature>
PDDocumentUtils. getDocTimestampsOfSignature(PadesSignature signature)
-
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return types with arguments of type PadesSignature Modifier and Type Method Description static List<Profile<Object,PadesSignature>>
Profile. getPAdESProfiles()
-
Uses of PadesSignature in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.PAdESProfiles with parameters of type PadesSignature Modifier and Type Method Description boolean
PAdESBProfile. defineProfile(PadesSignature signature)
boolean
PAdESLTAProfile. defineProfile(PadesSignature signature)
boolean
PAdESLTProfile. defineProfile(PadesSignature padesSignature)
boolean
PAdESTProfile. defineProfile(PadesSignature signature)
boolean
PAdESLTAProfile. hasLongTermAvailability(PadesSignature signature)
boolean
PAdESLTProfile. hasRevocationValuesInLongTermValidation(PadesSignature padesSignature)
boolean
PAdESBProfile. isBasicSignature(PadesSignature signature)
boolean
PAdESTProfile. providesTrustedTime(PadesSignature signature)