C# Class Org.BouncyCastle.Pkix.PkixCrlUtilities

显示文件 Open project: nonorganic/dssnet

Public Methods

Method Description
FindCrls ( X509CrlStoreSelector crlselect, PkixParameters paramsPkix ) : ISet
FindCrls ( X509CrlStoreSelector crlselect, PkixParameters paramsPkix, System.DateTime currentDate ) : ISet

Private Methods

Method Description
FindCrls ( X509CrlStoreSelector crlSelect, IList crlStores ) : ICollection

crl checking Return a Collection of all CRLs found in the X509Store's that are matching the crlSelect criteriums.

Method Details

FindCrls() public method

public FindCrls ( X509CrlStoreSelector crlselect, PkixParameters paramsPkix ) : ISet
crlselect Org.BouncyCastle.X509.Store.X509CrlStoreSelector
paramsPkix PkixParameters
return ISet

FindCrls() public method

public FindCrls ( X509CrlStoreSelector crlselect, PkixParameters paramsPkix, System.DateTime currentDate ) : ISet
crlselect Org.BouncyCastle.X509.Store.X509CrlStoreSelector
paramsPkix PkixParameters
currentDate System.DateTime
return ISet