public OriginatorInfoGenerator(
IStore<X509Certificate> x509Certs,
IStore<X509Crl> x509Crls,
IStore<X509V2AttributeCertificate> x509AttrCerts,
IStore<OtherRevocationInfoFormat> otherRevocationInfos
)
Public Sub New (
x509Certs As IStore(Of X509Certificate),
x509Crls As IStore(Of X509Crl),
x509AttrCerts As IStore(Of X509V2AttributeCertificate),
otherRevocationInfos As IStore(Of OtherRevocationInfoFormat)
)
public:
OriginatorInfoGenerator(
IStore<X509Certificate^>^ x509Certs,
IStore<X509Crl^>^ x509Crls,
IStore<X509V2AttributeCertificate^>^ x509AttrCerts,
IStore<OtherRevocationInfoFormat^>^ otherRevocationInfos
)
Org.BouncyCastle.Cms.OriginatorInfoGenerator = function(x509Certs, x509Crls, x509AttrCerts, otherRevocationInfos);