C# 클래스 ServiceStack.PlatformRsaUtils

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
Decrypt ( this rsa, byte bytes ) : byte[]
Encrypt ( this rsa, byte bytes ) : byte[]
ExportToXml ( RSAParameters csp, bool includePrivateParameters ) : string
ExtractFromXml ( string xml ) : RSAParameters
FromXmlString ( this rsa, string xml ) : void
SignData ( this rsa, byte bytes, string hashAlgorithm ) : byte[]
ToHashAlgorithmName ( string hashAlgorithm ) : HashAlgorithmName
ToXmlString ( this rsa, bool includePrivateParameters ) : string
VerifyData ( this rsa, byte bytes, byte signature, string hashAlgorithm ) : bool

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( this rsa, byte bytes ) : byte[]
rsa this
bytes byte
리턴 byte[]

Encrypt() 공개 정적인 메소드

public static Encrypt ( this rsa, byte bytes ) : byte[]
rsa this
bytes byte
리턴 byte[]

ExportToXml() 공개 정적인 메소드

public static ExportToXml ( RSAParameters csp, bool includePrivateParameters ) : string
csp RSAParameters
includePrivateParameters bool
리턴 string

ExtractFromXml() 공개 정적인 메소드

public static ExtractFromXml ( string xml ) : RSAParameters
xml string
리턴 RSAParameters

FromXmlString() 공개 정적인 메소드

public static FromXmlString ( this rsa, string xml ) : void
rsa this
xml string
리턴 void

SignData() 공개 정적인 메소드

public static SignData ( this rsa, byte bytes, string hashAlgorithm ) : byte[]
rsa this
bytes byte
hashAlgorithm string
리턴 byte[]

ToHashAlgorithmName() 공개 정적인 메소드

public static ToHashAlgorithmName ( string hashAlgorithm ) : HashAlgorithmName
hashAlgorithm string
리턴 HashAlgorithmName

ToXmlString() 공개 정적인 메소드

public static ToXmlString ( this rsa, bool includePrivateParameters ) : string
rsa this
includePrivateParameters bool
리턴 string

VerifyData() 공개 정적인 메소드

public static VerifyData ( this rsa, byte bytes, byte signature, string hashAlgorithm ) : bool
rsa this
bytes byte
signature byte
hashAlgorithm string
리턴 bool