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

A generic TLS 1.0 block cipher suite. This can be used for AES or 3DES for example.
상속: TlsCipherSuite
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

Private Properties

프로퍼티 타입 설명
DecodeCiphertext byte[]
EncodePlaintext byte[]
Init void
TlsBlockCipherCipherSuite System
initCipher void

비공개 메소드들

메소드 설명
DecodeCiphertext ( short type, byte ciphertext, int offset, int len, TlsProtocolHandler handler ) : byte[]
EncodePlaintext ( short type, byte plaintext, int offset, int len ) : byte[]
Init ( byte ms, byte cr, byte sr ) : void
TlsBlockCipherCipherSuite ( IBlockCipher encrypt, IBlockCipher decrypt, IDigest writeDigest, IDigest readDigest, int cipherKeySize, short keyExchange ) : System
initCipher ( bool forEncryption, IBlockCipher cipher, byte key_block, int key_size, int key_offset, int iv_offset ) : void