You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pramimpo
pushed a commit
to pramimpo/signer
that referenced
this issue
May 30, 2022
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);
}
The text was updated successfully, but these errors were encountered: