at java.security.AccessController.doPrivileged(Native
Method)
-END TRACE
-Message d'origine-
De : Sean Mullan [mailto:[EMAIL PROTECTED]
Envoyé : mardi 27 septembre 2005 15:13
À : security-dev@xml.apache.org
Objet : Re: Using XMLSecurity with a JCA provider ot
Objet : Re: Using XMLSecurity with a JCA provider other than default one
Did you try using the Security.insertProviderAt method?
Vishal
Julien TAUPIN wrote:
I thought that the only way to use my own JCA provider was to place it
at the first place of the providers with the following
: Re: Using XMLSecurity with a JCA provider other than default one
Did you try using the Security.insertProviderAt method?
Vishal
Julien TAUPIN wrote:
I thought that the only way to use my own JCA provider was to place it
at the first place of the providers with the following code :
Pro
d'origine-
De : Vishal Mahajan [mailto:[EMAIL PROTECTED]
Envoyé : mardi 27 septembre 2005 11:51
À : security-dev@xml.apache.org
Objet : Re: Using XMLSecurity with a JCA provider other than default one
Did you try using the Security.insertProviderAt method?
Vishal
Julien TAUPIN wrote:
>I
Provider myProvider = null;
Security.addProvider(myProvider);
for(int i=0; iDe : Sean Mullan [mailto:[EMAIL PROTECTED]
Envoyé : mardi 20 septembre 2005 22:34
À : security-dev@xml.apache.org
Objet : Re: Using XMLSecurity with a JCA provider other than default one
Julien TAUPIN
:34 À : security-dev@xml.apache.org Objet : Re: Using XMLSecurity
with a JCA provider other than default one
Julien TAUPIN wrote:
> Hi all,
>
> Is it possible to use the XML Security API with a JCA / JCE provider
> which is not the default provider.
Yes.
> The problem is that I need to use
@xml.apache.org
Objet : Re: Using XMLSecurity with a JCA provider other than default one
Julien TAUPIN wrote:
> Hi all,
>
> Is it possible to use the XML Security API with a JCA / JCE provider
> which is not the default provider.
Yes.
> The problem is that I need to use a specific prov
Julien TAUPIN wrote:
Hi all,
Is it possible to use the XML Security API with a JCA / JCE provider which
is not the default provider.
Yes.
The problem is that I need to use a specific provider but when I define this
one as the default provider the jar verifier causes a stack overflow
exceptio
Hi all,
Is it possible to use the XML Security API with a JCA / JCE provider which
is not the default provider.
The problem is that I need to use a specific provider but when I define this
one as the default provider the jar verifier causes a stack overflow
exception.