Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nullpointer lib bouncycastle > 1.62 #345

Open
pramimpo opened this issue May 30, 2022 · 0 comments
Open

nullpointer lib bouncycastle > 1.62 #345

pramimpo opened this issue May 30, 2022 · 0 comments
Labels
Milestone

Comments

@pramimpo
Copy link

Bom dia, ao utilizar uma versão superior da lib bouncycastle 1.62 ocorre erro de nullpointer quando vai carregar Police.
codigo de teste:
public static void main(String[] args) {
PolicyFactory policyFactory = PolicyFactory.getInstance();
org.demoiselle.signer.policy.engine.asn1.etsi.SignaturePolicy sp = policyFactory.loadPolicy(PolicyFactory.Policies.AD_RB_PADES_1_1);
System.out.println(sp);
}

Teste com lib 1.62 carrega normal, qualquer versão acima é lançado erro.
pramimpo pushed a commit to pramimpo/signer that referenced this issue May 30, 2022
esaito added a commit that referenced this issue Jun 24, 2022
Atualizando versão bouncycastle 1.69. Issue #345
@esaito esaito added this to the 4.1.0 milestone Aug 3, 2022
@esaito esaito added the Melhoria label Aug 3, 2022
@esaito esaito modified the milestones: 4.1.0, 4.1.1, Backlog Aug 3, 2022
esaito added a commit that referenced this issue Aug 5, 2022
Revert "Atualizando versão bouncycastle 1.69. Issue #345"
@esaito esaito modified the milestones: 4.1.1, Backlog Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants