C# Class Goedel.Cryptography.KeyFile.Extension

显示文件 Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Dump ( this RSAParameters ) : void
Dump ( this Data, string Tag ) : void
ToPEM ( RSAKeyPair RSAKeyPair ) : string
ToPEM ( this KeyPair ) : string

Method Details

Dump() public static method

public static Dump ( this RSAParameters ) : void
RSAParameters this
return void

Dump() public static method

public static Dump ( this Data, string Tag ) : void
Data this
Tag string
return void

ToPEM() public static method

public static ToPEM ( RSAKeyPair RSAKeyPair ) : string
RSAKeyPair RSAKeyPair
return string

ToPEM() public static method

public static ToPEM ( this KeyPair ) : string
KeyPair this
return string