Method | Description | |
---|---|---|
ArmoredOutputStream ( Stream outStream ) : System | ||
ArmoredOutputStream ( Stream outStream, IDictionary headers ) : System | ||
BeginClearText ( HashAlgorithmTag hashAlgorithm ) : void | ||
Close ( ) : void | ||
EndClearText ( ) : void | ||
ResetHeaders ( ) : void | ||
SetHeader ( string name, string v ) : void | ||
WriteByte ( byte b ) : void |
Method | Description | |
---|---|---|
DoWrite ( string s ) : void | ||
Encode ( Stream outStream, int data, int len ) : void | ||
WriteHeaderEntry ( string name, string v ) : void |
public ArmoredOutputStream ( Stream outStream ) : System | ||
outStream | Stream | |
return | System |
public ArmoredOutputStream ( Stream outStream, IDictionary headers ) : System | ||
outStream | Stream | |
headers | IDictionary | |
return | System |
public BeginClearText ( HashAlgorithmTag hashAlgorithm ) : void | ||
hashAlgorithm | HashAlgorithmTag | |
return | void |
public SetHeader ( string name, string v ) : void | ||
name | string | |
v | string | |
return | void |