C# Class Por.Core.Utilities.RSAOperations

Afficher le fichier Open project: neoeinstein/purpleonion

Méthodes publiques

Méthode Description
FromOpenSslFile ( string file ) : RSA
FromOpenSslString ( string key ) : RSA
ToAsn1 ( RSA rsa ) : Mono.Security.ASN1
ToAsn1Key ( RSA rsa ) : Mono.Security.ASN1
ToOpenSslFile ( RSA rsa, string filename ) : void
ToOpenSslString ( RSA rsa ) : string

Private Methods

Méthode Description
EnsureNotNull ( object obj, string argName ) : void

Method Details

FromOpenSslFile() public static méthode

public static FromOpenSslFile ( string file ) : RSA
file string
Résultat System.Security.Cryptography.RSA

FromOpenSslString() public static méthode

public static FromOpenSslString ( string key ) : RSA
key string
Résultat System.Security.Cryptography.RSA

ToAsn1() public static méthode

public static ToAsn1 ( RSA rsa ) : Mono.Security.ASN1
rsa System.Security.Cryptography.RSA
Résultat Mono.Security.ASN1

ToAsn1Key() public static méthode

public static ToAsn1Key ( RSA rsa ) : Mono.Security.ASN1
rsa System.Security.Cryptography.RSA
Résultat Mono.Security.ASN1

ToOpenSslFile() public static méthode

public static ToOpenSslFile ( RSA rsa, string filename ) : void
rsa System.Security.Cryptography.RSA
filename string
Résultat void

ToOpenSslString() public static méthode

public static ToOpenSslString ( RSA rsa ) : string
rsa System.Security.Cryptography.RSA
Résultat string