C# 클래스 Por.Core.Utilities.RSAOperations

파일 보기 프로젝트 열기: neoeinstein/purpleonion

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EnsureNotNull ( object obj, string argName ) : void

메소드 상세

FromOpenSslFile() 공개 정적인 메소드

public static FromOpenSslFile ( string file ) : RSA
file string
리턴 System.Security.Cryptography.RSA

FromOpenSslString() 공개 정적인 메소드

public static FromOpenSslString ( string key ) : RSA
key string
리턴 System.Security.Cryptography.RSA

ToAsn1() 공개 정적인 메소드

public static ToAsn1 ( RSA rsa ) : Mono.Security.ASN1
rsa System.Security.Cryptography.RSA
리턴 Mono.Security.ASN1

ToAsn1Key() 공개 정적인 메소드

public static ToAsn1Key ( RSA rsa ) : Mono.Security.ASN1
rsa System.Security.Cryptography.RSA
리턴 Mono.Security.ASN1

ToOpenSslFile() 공개 정적인 메소드

public static ToOpenSslFile ( RSA rsa, string filename ) : void
rsa System.Security.Cryptography.RSA
filename string
리턴 void

ToOpenSslString() 공개 정적인 메소드

public static ToOpenSslString ( RSA rsa ) : string
rsa System.Security.Cryptography.RSA
리턴 string