jsdsi
Class IssuerCertPathParameters

java.lang.Object
  |
  +--jsdsi.CertPathParameters
        |
        +--jsdsi.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.

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