Uses of Class
br.ufsc.labsec.signature.exceptions.SignatureAttributeNotFoundException
-
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that throw SignatureAttributeNotFoundException Modifier and Type Method Description org.bouncycastle.asn1.cms.Attribute
CadesSignatureInformation. getEncodedAttribute(String attributeId)
Obtém a codificação do primeiro atributo com este identificador na assinaturaorg.bouncycastle.asn1.cms.Attribute
CadesSignatureInformation. getEncodedAttribute(String attributeId, Integer index)
Retorna um objeto do atributo desejadoorg.bouncycastle.asn1.cms.Attribute
GenericCadesSignature. getEncodedAttribute(String attributeId)
Obtém a codificação do primeiro atributo com este identificador na assinatura.void
CadesSignatureInformation. removeUnsignedAttribute(String attributeId, int index)
Remove um atributo não-assinado -
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.cades.attributes.signed
Constructors in br.ufsc.labsec.signature.conformanceVerifier.cades.attributes.signed that throw SignatureAttributeNotFoundException Constructor Description IdAaMsgSigDigest(AbstractVerifier signatureVerifier, Integer index)
IdAaSigningCertificateV2(AbstractVerifier verifier, Integer index)
Deve-se utilizar este construtor no momento de validação do atributo. -
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.common
Methods in br.ufsc.labsec.signature.conformanceVerifier.common that throw SignatureAttributeNotFoundException Modifier and Type Method Description Encod
Signature. getEncodedAttribute(String identifier, Integer index)
Retorna o atributo correspondente ao identificador ou índice dado -
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that throw SignatureAttributeNotFoundException Modifier and Type Method Description org.json.JSONObject
JadesSignature. getEncodedAttribute(String identifier)
Retorna o atributo correspondente ao identificador dado como JSONObjectJadesAttrCommonStruct
JadesSignature. getEncodedAttribute(String identifier, Integer index)
Retorna o atributo correspondente ao identificador ou índice dado -
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that throw SignatureAttributeNotFoundException Modifier and Type Method Description org.apache.pdfbox.cos.COSDictionary
PadesSignature. getEncodedAttribute(String identifier, Integer index)
-
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that throw SignatureAttributeNotFoundException Modifier and Type Method Description Element
GenericXadesSignature. getEncodedAttribute(String attributeId)
Obtém a codificação do primeiro atributo com este identificador na assinatura.Element
XadesSignature. getEncodedAttribute(String attributeId)
Retorna o primeiro atributo da assinaturaElement
XadesSignature. getEncodedAttribute(String attributeId, Integer index)
Retorna o atributo correspondente ao identificador dado -
Uses of SignatureAttributeNotFoundException in br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.signed
Constructors in br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.signed that throw SignatureAttributeNotFoundException Constructor Description AllDataObjectTimeStamp(AbstractVerifier verifier, Integer index)
Deve-se utilizar este construtor no momento de validação do atributo.