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

상속: Org.BouncyCastle.Utilities.IO.BaseOutputStream
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

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

메소드 상세

SigOutputStream() 공개 메소드

public SigOutputStream ( ISigner sig ) : System
sig ISigner
리턴 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