From: Kevin Regan <kevin@Differential.COM>
Message-Id: <199908112305.QAA22175@Differential.COM>
Subject: TrustManagerFactory/KeyManagerFactory algorithms
To: java-security@java.sun.com
Date: Wed, 11 Aug 1999 16:05:51 -0700 (PDT)
I've been playing around a bit with the JSSE and I've come
to the point where I would like to create an SSLContext.
However, first I need to instantiate a TrustManagerFactory
and a KeyManagerFactory. There are static factory methods
that take an algorithm name as a parameter. What are the
supported algorithm names? Also, what are the supported
protocol names to instantiated an SSLContext?
Thanks,
Kevin
kevin@differential.com