Method | Description | |
---|---|---|
PemWriter ( |
||
WriteObject ( object obj ) : void | ||
WriteObject ( object obj, string algorithm, char password, |
Method | Description | |
---|---|---|
EncodePrivateKey ( |
||
WriteBytes ( byte bytes ) : void | ||
WriteFooter ( string type ) : void | ||
WriteHeader ( string type ) : void | ||
WritePemBlock ( string type, byte data ) : void |
public PemWriter ( |
||
writer | The TextWriter object to write the output to. | |
return | System |
public WriteObject ( object obj, string algorithm, char password, |
||
obj | object | |
algorithm | string | |
password | char | |
random | ||
return | void |