CmsSignedDataParserReplaceCertificatesAndCrls Method

Definition

Namespace: Org.BouncyCastle.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static Stream ReplaceCertificatesAndCrls(
	Stream original,
	IStore<X509Certificate> x509Certs,
	IStore<X509Crl> x509Crls,
	IStore<X509V2AttributeCertificate> x509AttrCerts,
	Stream outStr
)

Parameters

original  Stream
 
x509Certs  IStoreX509Certificate
 
x509Crls  IStoreX509Crl
 
x509AttrCerts  IStoreX509V2AttributeCertificate
 
outStr  Stream
 

Return Value

Stream

See Also