KeyGeneratorSpi & SecretKeyFactorySpi

R

Roedy Green

I want to know how KeyGeneratorSpi & SecretKeyFactorySpi are
implemented.
I find only
...
addEngine("KeyGenerator", false, null);
addEngine("SecretKeyFactory", false, null);
...
in the file java/security/Provider.java after unzipping src.zip.

http://java.sun.com/javase/6/docs/api/javax/crypto/KeyGeneratorSpi.html
only describe the API but not the implementation.
How to get more info?

see http://mindprod.com/jgloss/jce.html to get the class names for the
implementing classes. Then find the corresponding class files in
jars. The decompile them. See
http://mindprod.com/jgloss/decompiler.html
--
Roedy Green Canadian Mind Products
http://mindprod.com

"Here is a point of no return after which warming becomes unstoppable
and we are probably going to sail right through it.
It is the point at which anthropogenic (human-caused) warming triggers
huge releases of carbon dioxide from warming oceans, or similar releases
of both carbon dioxide and methane from melting permafrost, or both.
Most climate scientists think that point lies not far beyond 2°C (4°F) C hotter."
~ Gwynne Dyer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top