C# Class Org.BouncyCastle.Crypto.IO.MacStream

Inheritance: Stream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
inMac IMac
outMac IMac
stream Stream

Méthodes publiques

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

MacStream() public méthode

public MacStream ( Stream stream, IMac readMac, IMac writeMac ) : System
stream Stream
readMac IMac
writeMac IMac
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadMac() public méthode

public ReadMac ( ) : IMac
Résultat IMac

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long length ) : void
length long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

WriteMac() public méthode

public WriteMac ( ) : IMac
Résultat IMac

Property Details

inMac protected_oe property

protected IMac inMac
Résultat IMac

outMac protected_oe property

protected IMac outMac
Résultat IMac

stream protected_oe property

protected Stream stream
Résultat Stream