Org.BouncyCastle.Cms.CmsProcessableByteArray public class CmsProcessableByteArray : CmsTypedData, CmsProcessable, CmsReadable A holding class for a byte array of data to be processed. Documentation Code public DerObjectIdentifier ContentType { get; } public DerObjectIdentifier Type { get; } public CmsProcessableByteArray(byte[] bytes) public CmsProcessableByteArray(DerObjectIdentifier type, byte[] bytes) public byte[] GetByteArray() public virtual Stream GetInputStream() public virtual void Write(Stream zOut)