Method | Description | |
---|---|---|
BerOctetStringGenerator ( Stream outStream ) : System | ||
BerOctetStringGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System | ||
GetOctetOutputStream ( ) : Stream | ||
GetOctetOutputStream ( byte buf ) : Stream | ||
GetOctetOutputStream ( int bufSize ) : Stream |
public BerOctetStringGenerator ( Stream outStream ) : System | ||
outStream | Stream | |
return | System |
public BerOctetStringGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System | ||
outStream | Stream | |
tagNo | int | |
isExplicit | bool | |
return | System |
public GetOctetOutputStream ( byte buf ) : Stream | ||
buf | byte | |
return | Stream |
public GetOctetOutputStream ( int bufSize ) : Stream | ||
bufSize | int | |
return | Stream |