Questions tagged as 'demoiselle-certificate'

2
answers

Error in bouncycastle readObject () - Demoiselle-certificate

I have been using the Demoiselle-certificate (2.0.0) for some time and today I came across the following error when calling the CertificateManager class the certificateManager.load (class) method: 10:35:07,632 GRAVE [javax.enterprise.resource....
asked by 31.07.2015 / 15:56
0
answers

Obtain the e-CNPJ CPF field using the demoiselle certificate-core

I'm developing an application using demoiselle-certificate-core version 2.0.0. When I manipulate an object type X509, I extract all fields as shown in the documentation by methods:   CertificateManager cm = new CertificateManager(x509) a...
asked by 27.04.2015 / 16:58
1
answer

Demoiselle Signer and Serpro Digital Signature

I'm trying to use the Demoiselle Signer to verify the signature of a document made with the Serpro Digital Document Recorder ( link ). The code is very simple: byte[] documento = getBytesFrom("assinatura/tema-228.pdf"); byte[] assin...
asked by 06.05.2015 / 21:18
1
answer

Error in validating the signature in the iti verifier using the demoseller to sign the document

I am signing documents in CADES format and using the Demosello library in version 3.2.10 " org.demoiselle.signer ", " org.demoiselle.signer ", and " org.demoiselle.signer " the act of signing in and checking in on my application is working norma...
asked by 28.06.2018 / 13:18
0
answers

Inconsistency in IdAaEtsSigPolicyIdentifier - Demoiselle Certificate - PKCS7

I can not validate the digital signature produced using Demoiselle-Certificate 2.0.0, the ITI checker is invalidating the reason below:    Attribute Name: IdAaEtsSigPolicyId       Correcting: Invalid       Err Msg: Inconsistency in IdAaEt...
asked by 12.08.2015 / 20:16
1
answer

Demoiseller Signer - Loading a private key from a token

In the documentation for the Demoiselle Signer we have the following example to load the private key of a token: KeyStoreLoader keyStoreLoader = KeyStoreLoaderFactory.factoryKeyStoreLoader(); KeyStore keyStore = keyStoreLoader.getKeyStore("p...
asked by 07.05.2015 / 19:03