Re: Get only personal certificates

2015-01-19 Thread Opa114
i have the same question. i tried it withthe code from your post above. but it returns on every check false. Jss has only implemented the function getCACerts() which lists all CA-Certs and getPermCerts() which lists all CA-Certs and the personal certs. but i want to read out every single tab (l

Re: Get only personal certificates

2006-08-21 Thread Glen Beasley
JSS does not have a method to just return the EE certs. To do this first call getPermCerts to get all the certs then you can build your list by checking the CertUsage and making a list of the certs that have the usages you want. example code that should help you write what you to do: http://lx

Re: Get only personal certificates

2006-08-18 Thread Nelson B
Primo It wrote: > First sorry for my english, i don`t do speak so good. > I hope you can understand what i say below. > > I want to say by "personal" not accurately certificates for which I have > (private) key, but final certificates that are not CA cert neither OCSP > responder. You're asking

Re: Get only personal certificates

2006-08-16 Thread Primo It
First sorry for my english, i don`t do speak so good. I hope you can understand what i say below. I want to say by "personal" not accurately certificates for which I have (private) key, but final certificates that are not CA cert neither OCSP responder. I want to do it because when i crypt a fi

Re: Get only personal certificates

2006-08-16 Thread Nelson B
Primo It wrote: > Is possible to get only de Personal Certificates? > the getPermCerts brings all certificates and getCACerts brigns all CA > certificates. > Is there some method that get just de Personal Certificates? Primo, Apparently your questions concern the Java JSS CryptoManager class, whi

Re: Get only personal certificates

2006-08-16 Thread David Stutzman
Primo It wrote: Is possible to get only de Personal Certificates? the getPermCerts brings all certificates and getCACerts brigns all CA certificates. Is there some method that get just de Personal Certificates? Thanks Primo It If by "personal" you mean "certs I have keys for", then try c

Get only personal certificates

2006-08-16 Thread Primo It
Is possible to get only de Personal Certificates? the getPermCerts brings all certificates and getCACerts brigns all CA certificates. Is there some method that get just de Personal Certificates? Thanks Primo It ___ dev-tech-crypto mailing list dev-te