Table of Contents

Class CmsProcessableByteArray

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

Constructors

CmsProcessableByteArray(DerObjectIdentifier, byte[])

public CmsProcessableByteArray(DerObjectIdentifier type, byte[] bytes)

Parameters

type DerObjectIdentifier
bytes byte[]

CmsProcessableByteArray(byte[])

public CmsProcessableByteArray(byte[] bytes)

Parameters

bytes byte[]

Properties

Type

public DerObjectIdentifier Type { get; }

Property Value

DerObjectIdentifier

Methods

GetByteArray()

public byte[] GetByteArray()

Returns

byte[]

GetInputStream()

public virtual Stream GetInputStream()

Returns

Stream

Write(Stream)

Generic routine to copy out the data we want processed.

public virtual void Write(Stream zOut)

Parameters

zOut Stream

Remarks

This routine may be called multiple times.