Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.Lpa
-
Uses of Lpa in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return Lpa Modifier and Type Method Description Lpa
SignaturePolicyInterface. getLpa()
-
Uses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.pades.utils
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.utils that return types with arguments of type Lpa Modifier and Type Method Description List<Lpa>
DSSDecoder.DictionaryArtifacts. getLPAs()
-
Uses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact
Methods in br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact that return Lpa Modifier and Type Method Description protected Lpa
CompressedLPA. parseArtifact(org.json.JSONObject artifact)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage.compressedArtifact with parameters of type Lpa Constructor Description CompressedLPA(Lpa artifact)
-
Uses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy that return Lpa Modifier and Type Method Description Lpa
SignaturePolicyProxy. getLpa()
-
Uses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa that return Lpa Modifier and Type Method Description protected Lpa
LpaCache. decodeEntry(byte[] encoded, byte[] sigEncoded)
static Lpa
Lpa. fromBytes(byte[] encoded)
Cria uma LPA a partir de bytes do arquivostatic Lpa
Lpa. fromBytes(byte[] encoded, byte[] sig)
Cria uma LPA a partir dos bytes do arquivo e da assinatura destacadastatic Lpa
Lpa. fromURL(String url, String sigUrl)
Cria uma LPA a partir das URLs do conteúdo e da assinatura destacadaMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa that return types with arguments of type Lpa Modifier and Type Method Description Optional<Lpa>
LpaCache. get(String lpaUrl)
Obtém uma LPA a partir de sua URL, retirando o nome do arquivo que é a chave na cacheMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa with parameters of type Lpa Modifier and Type Method Description LpaReport
LpaValidator. validate(Lpa lpa, Profile.AdESType type)
Valida a LPAvoid
LpaValidator. verifyLpaExpirationDate(Lpa lpa, LpaReport lpaReport, Report report)
Verifica se a LPA estava expirada no momento da assinatura -
Uses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.decoder
Subclasses of Lpa in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.lpa.decoder Modifier and Type Class Description class
Asn1Lpa
Esta classe representa uma LPA em formato ASN.1class
XmlLpa
Esta classe representa uma LPA em formato XML -
Uses of Lpa in br.ufsc.labsec.signature.wrappers
Fields in br.ufsc.labsec.signature.wrappers with type parameters of type Lpa Modifier and Type Field Description protected List<Lpa>
SignatureWrapper. lpas
Methods in br.ufsc.labsec.signature.wrappers that return Lpa Modifier and Type Method Description Lpa
SignatureWrapper. getLpaAt(Integer i)
Method parameters in br.ufsc.labsec.signature.wrappers with type arguments of type Lpa Modifier and Type Method Description void
SignatureWrapper. addLpas(List<Lpa> lpas)