C# Class Org.BouncyCastle.Crypto.Tls.ServerNameList

Mostrar archivo Open project: gkardava/WinPass Class Usage Examples

Protected Properties

Property Type Description
mServerNameList IList

Public Methods

Method Description
Encode ( Stream output ) : void
Parse ( Stream input ) : ServerNameList
ServerNameList ( IList serverNameList ) : System

Private Methods

Method Description
CheckNameType ( byte nameTypesSeen, byte nameType ) : byte[]

Method Details

Encode() public method

public Encode ( Stream output ) : void
output Stream
return void

Parse() public static method

public static Parse ( Stream input ) : ServerNameList
input Stream
return ServerNameList

ServerNameList() public method

public ServerNameList ( IList serverNameList ) : System
serverNameList IList
return System

Property Details

mServerNameList protected_oe property

protected IList mServerNameList
return IList