/[classpath]/classpath/java/security/cert/CertPathValidator.java
ViewVC logotype

Diff of /classpath/java/security/cert/CertPathValidator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rsdio, Wed Apr 23 23:09:18 2003 UTC revision 1.2 by rsdio, Tue Apr 29 23:37:35 2003 UTC
# Line 161  public class CertPathValidator { Line 161  public class CertPathValidator {
161     * @throws NoSuchProviderException If no provider named     * @throws NoSuchProviderException If no provider named
162     * <i>provider</i> is installed.     * <i>provider</i> is installed.
163     */     */
164    public static CertPathValidator getIntstance(String algorithm,    public static CertPathValidator getInstance(String algorithm,
165                                                 String provider)                                                String provider)
166      throws NoSuchAlgorithmException, NoSuchProviderException      throws NoSuchAlgorithmException, NoSuchProviderException
167    {    {
168      Provider p = Security.getProvider(provider);      Provider p = Security.getProvider(provider);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26