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

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

공개 메소드들

메소드 설명
CmsProcessableInputStream ( Stream input ) : System
GetInputStream ( ) : Stream
Write ( Stream output ) : void

비공개 메소드들

메소드 설명
CheckSingleUsage ( ) : void
GetContent ( ) : object

메소드 상세

CmsProcessableInputStream() 공개 메소드

public CmsProcessableInputStream ( Stream input ) : System
input Stream
리턴 System

GetInputStream() 공개 메소드

public GetInputStream ( ) : Stream
리턴 Stream

Write() 공개 메소드

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