Method | Description | |
---|---|---|
DerOutputStream ( Stream os ) : System | ||
WriteObject ( |
||
WriteObject ( |
Method | Description | |
---|---|---|
WriteNull ( ) : void |
Method | Description | |
---|---|---|
WriteEncoded ( int tag, byte bytes ) : void | ||
WriteEncoded ( int tag, byte bytes, int offset, int length ) : void | ||
WriteEncoded ( int flags, int tagNo, byte bytes ) : void | ||
WriteLength ( int length ) : void | ||
WriteObject ( object obj ) : void | ||
WriteTag ( int flags, int tagNo ) : void |
public DerOutputStream ( Stream os ) : System | ||
os | Stream | |
return | System |
public WriteObject ( |
||
obj | ||
return | void |