C# 클래스 System.Security.Cryptography.RSAOpenSsl

상속: RSA
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( byte data, System padding ) : byte[]
DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
Encrypt ( byte data, System padding ) : byte[]
ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.RSAParameters
ImportParameters ( System parameters ) : void
RSAOpenSsl ( )
RSAOpenSsl ( System handle )
RSAOpenSsl ( int keySize )
SignHash ( byte hash, System hashAlgorithm, System padding ) : byte[]
VerifyHash ( byte hash, byte signature, System hashAlgorithm, System padding ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HashData ( System data, System hashAlgorithm ) : byte[]
HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte data, System padding ) : byte[]
data byte
padding System
리턴 byte[]

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DuplicateKeyHandle() 공개 메소드

public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
리턴 System.Security.Cryptography.SafeEvpPKeyHandle

Encrypt() 공개 메소드

public Encrypt ( byte data, System padding ) : byte[]
data byte
padding System
리턴 byte[]

ExportParameters() 공개 메소드

public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.RSAParameters
includePrivateParameters bool
리턴 System.Security.Cryptography.RSAParameters

HashData() 보호된 메소드

protected HashData ( System data, System hashAlgorithm ) : byte[]
data System
hashAlgorithm System
리턴 byte[]

HashData() 보호된 메소드

protected HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]
data byte
offset int
count int
hashAlgorithm System
리턴 byte[]

ImportParameters() 공개 메소드

public ImportParameters ( System parameters ) : void
parameters System
리턴 void

RSAOpenSsl() 공개 메소드

public RSAOpenSsl ( )

RSAOpenSsl() 공개 메소드

public RSAOpenSsl ( System handle )
handle System

RSAOpenSsl() 공개 메소드

public RSAOpenSsl ( int keySize )
keySize int

SignHash() 공개 메소드

public SignHash ( byte hash, System hashAlgorithm, System padding ) : byte[]
hash byte
hashAlgorithm System
padding System
리턴 byte[]

VerifyHash() 공개 메소드

public VerifyHash ( byte hash, byte signature, System hashAlgorithm, System padding ) : bool
hash byte
signature byte
hashAlgorithm System
padding System
리턴 bool