C# 클래스 Org.BouncyCastle.Crypto.Tls.TlsNullCipher

A NULL cipher suite, for use during handshake.
상속: TlsCipher
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
DecodeCiphertext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte ciphertext, int offset, int len ) : byte[]
EncodePlaintext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte plaintext, int offset, int len ) : byte[]

보호된 메소드들

메소드 설명
CopyData ( byte text, int offset, int len ) : byte[]

메소드 상세

CopyData() 보호된 메소드

protected CopyData ( byte text, int offset, int len ) : byte[]
text byte
offset int
len int
리턴 byte[]

DecodeCiphertext() 공개 메소드

public DecodeCiphertext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte ciphertext, int offset, int len ) : byte[]
type Org.BouncyCastle.Crypto.Tls.ContentType
ciphertext byte
offset int
len int
리턴 byte[]

EncodePlaintext() 공개 메소드

public EncodePlaintext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte plaintext, int offset, int len ) : byte[]
type Org.BouncyCastle.Crypto.Tls.ContentType
plaintext byte
offset int
len int
리턴 byte[]