C# Class Goedel.Cryptography.KeyFile.Extension

Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
Dump ( this RSAParameters ) : void
Dump ( this Data, string Tag ) : void
ToPEM ( RSAKeyPair RSAKeyPair ) : string
ToPEM ( this KeyPair ) : string

Method Details

Dump() public static méthode

public static Dump ( this RSAParameters ) : void
RSAParameters this
Résultat void

Dump() public static méthode

public static Dump ( this Data, string Tag ) : void
Data this
Tag string
Résultat void

ToPEM() public static méthode

public static ToPEM ( RSAKeyPair RSAKeyPair ) : string
RSAKeyPair RSAKeyPair
Résultat string

ToPEM() public static méthode

public static ToPEM ( this KeyPair ) : string
KeyPair this
Résultat string