Method | Description | |
---|---|---|
DerGenerator ( Stream outStream ) : System.IO | ||
DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO |
Method | Description | |
---|---|---|
WriteDerEncoded ( Stream outStream, int tag, Array bytes ) : void | ||
WriteDerEncoded ( Stream outStr, int tag, Stream inStr ) : void | ||
WriteDerEncoded ( int tag, Array bytes ) : void | ||
WriteLength ( Stream outStr, int length ) : void |
protected DerGenerator ( Stream outStream ) : System.IO | ||
outStream | Stream | |
return | System.IO |
protected DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO | ||
outStream | Stream | |
tagNo | int | |
isExplicit | bool | |
return | System.IO |