You can cast a java.security.cert.Certificate to
java.security.cert.X509Certificate and it will work.
Another way of solving this problem, and which may be a
little simpler IMHO, is to use the KeyStore class from
the standard JDK, and combine it with the SunPKCS11 Bridge
to gain access to the NSS
It doesn't work.
I can`t pass a Certificate to importCertToPerm that receives X509Certificate
"Glen Beasley" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Primo It wrote:
>> Hi,
>>
>> I`m trying to do it too.
>>
>> I want to insert a certificate (a file *.cer selected in the
Well well! It´s work, but not erase my problems.
I receive a "java.security.cert.X509Certificate", not a
"org.mozilla.jss.crypto.X509Certificate" neither a
"org.mozilla.jss.pkix.cert."
In this case i receiva a Sun Certificate from other module of my software.
exactly not having decided my probl
Primo It wrote:
Hi,
I`m trying to do it too.
I want to insert a certificate (a file *.cer selected in the machine) into
the Permanent Certificates DB by the CryptoManager.importCertToPerm(...),
but for it, i need to create an instance of
org.mozilla.jss.crypto.X509Certificate from this selec
Hi,
I`m trying to do it too.
I want to insert a certificate (a file *.cer selected in the machine) into
the Permanent Certificates DB by the CryptoManager.importCertToPerm(...),
but for it, i need to create an instance of
org.mozilla.jss.crypto.X509Certificate from this selected file.
is ther
Is there a way to do it by JSS?
"David Stutzman" escreveu na mensagem
news:[EMAIL PROTECTED]
> Primo It wrote:
>> How can i set a new token device programacticali
>>
>> Thanks,
>> Primo It
>
> Look at the source for modutil. I have found over the past few months
> that a lot of what you may at
Nelson Bolyard wrote:
>Erik
>Let me try asking my question another way.
>You're trying to solve some problem with encryption.
>Can it be solved through the use of SSL (through https) ?
>Alternatively, Can it be solved through the use of something like S/MIME ?
Indeed very valid questions.
Let m
7 matches
Mail list logo