C# 클래스 Org.BouncyCastle.Cms.CmsProcessableByteArray

상속: CmsProcessable, CmsReadable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CmsProcessableByteArray ( byte bytes ) : System
GetContent ( ) : object
GetInputStream ( ) : Stream
Write ( Stream zOut ) : void

메소드 상세

CmsProcessableByteArray() 공개 메소드

public CmsProcessableByteArray ( byte bytes ) : System
bytes byte
리턴 System

GetContent() 공개 메소드

public GetContent ( ) : object
리턴 object

GetInputStream() 공개 메소드

public GetInputStream ( ) : Stream
리턴 Stream

Write() 공개 메소드

public Write ( Stream zOut ) : void
zOut Stream
리턴 void