jsdsi
Class IssuerCertPathParameters

java.lang.Object
  extended byjsdsi.CertPathParameters
      extended byjsdsi.IssuerCertPathParameters
All Implemented Interfaces:
java.security.cert.CertPathParameters, java.lang.Cloneable

public class IssuerCertPathParameters
extends CertPathParameters

Specifies that the cert path builder should search for a cert path from issuer to subject. Essentially, tells the builder to use FProver.

Version:
$Revision: 1.1.6.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani
See Also:
FProver

Constructor Summary
IssuerCertPathParameters(Cert c, java.security.cert.CertStore s)
           
 
Methods inherited from class jsdsi.CertPathParameters
clone, getCert, getStore
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuerCertPathParameters

public IssuerCertPathParameters(Cert c,
                                java.security.cert.CertStore s)
                         throws java.security.InvalidAlgorithmParameterException
See Also:
CertPathParameters.CertPathParameters(Cert, java.security.cert.CertStore)


Copyright © 2002-2006 JSDSI. All Rights Reserved.