C# 클래스 NBitcoin.BouncyCastle.Crypto.Parameters.KeyParameter

상속: ICipherParameters
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
GetKey ( ) : byte[]
KeyParameter ( byte key ) : System
KeyParameter ( byte key, int keyOff, int keyLen ) : System

메소드 상세

GetKey() 공개 메소드

public GetKey ( ) : byte[]
리턴 byte[]

KeyParameter() 공개 메소드

public KeyParameter ( byte key ) : System
key byte
리턴 System

KeyParameter() 공개 메소드

public KeyParameter ( byte key, int keyOff, int keyLen ) : System
key byte
keyOff int
keyLen int
리턴 System