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

상속: Org.BouncyCastle.Utilities.IO.BaseOutputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void

비공개 메소드들

메소드 설명
SigOutputStream ( ISigner sig ) : System

메소드 상세

Write() 공개 메소드

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void