C# 클래스 Secp256k1.ECEncryption

파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1

공개 메소드들

메소드 설명
Decrypt ( System.Numerics.BigInteger privateKey, byte cipherData ) : byte[]
ECEncryption ( ) : System
Encrypt ( ECPoint publicKey, byte data ) : byte[]
Encrypt ( ECPoint publicKey, string message ) : byte[]

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( System.Numerics.BigInteger privateKey, byte cipherData ) : byte[]
privateKey System.Numerics.BigInteger
cipherData byte
리턴 byte[]

ECEncryption() 공개 메소드

public ECEncryption ( ) : System
리턴 System

Encrypt() 공개 메소드

public Encrypt ( ECPoint publicKey, byte data ) : byte[]
publicKey ECPoint
data byte
리턴 byte[]

Encrypt() 공개 메소드

public Encrypt ( ECPoint publicKey, string message ) : byte[]
publicKey ECPoint
message string
리턴 byte[]