C# 클래스 Org.BouncyCastle.Crypto.IO.MacStream

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

보호된 프로퍼티들

프로퍼티 타입 설명
inMac IMac
outMac IMac
stream Stream

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
MacStream ( Stream stream, IMac readMac, IMac writeMac ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadMac ( ) : IMac
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long length ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void
WriteMac ( ) : IMac

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

MacStream() 공개 메소드

public MacStream ( Stream stream, IMac readMac, IMac writeMac ) : System
stream Stream
readMac IMac
writeMac IMac
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadMac() 공개 메소드

public ReadMac ( ) : IMac
리턴 IMac

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long length ) : void
length long
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

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

WriteMac() 공개 메소드

public WriteMac ( ) : IMac
리턴 IMac

프로퍼티 상세

inMac 보호되어 있는 프로퍼티

protected IMac inMac
리턴 IMac

outMac 보호되어 있는 프로퍼티

protected IMac outMac
리턴 IMac

stream 보호되어 있는 프로퍼티

protected Stream stream
리턴 Stream