Table of Contents

Class Pkcs7ProcessableObject

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
public class Pkcs7ProcessableObject : CmsProcessable
Inheritance
Pkcs7ProcessableObject
Implements
Inherited Members

Constructors

Pkcs7ProcessableObject(DerObjectIdentifier, Asn1Encodable)

public Pkcs7ProcessableObject(DerObjectIdentifier contentType, Asn1Encodable content)

Parameters

contentType DerObjectIdentifier
content Asn1Encodable

Properties

Content

public Asn1Encodable Content { get; }

Property Value

Asn1Encodable

ContentType

public DerObjectIdentifier ContentType { get; }

Property Value

DerObjectIdentifier

Methods

GetContent()

public object GetContent()

Returns

object

Write(Stream)

Generic routine to copy out the data we want processed.

public void Write(Stream outStream)

Parameters

outStream Stream

Remarks

This routine may be called multiple times.