Méthode | Description | |
---|---|---|
PemWriter ( |
||
WriteObject ( object obj ) : void | ||
WriteObject ( object obj, string algorithm, char password, |
Méthode | 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. | |
Résultat | System |
public WriteObject ( object obj, string algorithm, char password, |
||
obj | object | |
algorithm | string | |
password | char | |
random | ||
Résultat | void |