Class X509ProxyCertPathParameters

  • All Implemented Interfaces:
    Cloneable, CertPathParameters

    public class X509ProxyCertPathParameters
    extends Object
    implements CertPathParameters
    Refactor to have an interface that retuns trusted certificates, crls, keys and policy. Manage stores within parameters. PKITrustManager can take that interface and the validator can also be agnostic of this implementation (can support say CertStore or KeyStore for trsuted certs).
    Author:
    ranantha@mcs.anl.gov