C# 클래스 bitmessage.Crypto.Cipher

파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage 1 사용 예제들

공개 메소드들

메소드 설명
Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System
Ciphering ( byte input ) : byte[]

메소드 상세

Cipher() 공개 메소드

public Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System
key byte
iv byte
doEncrypt bool
ciphername string
리턴 System

Ciphering() 공개 메소드

public Ciphering ( byte input ) : byte[]
input byte
리턴 byte[]