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

Afficher le fichier Open project: gkardava/WinPass Class Usage Examples

Protected Properties

Свойство Type Description
mServerNameList IList

Méthodes publiques

Méthode Description
Encode ( Stream output ) : void
Parse ( Stream input ) : ServerNameList
ServerNameList ( IList serverNameList ) : System

Private Methods

Méthode Description
CheckNameType ( byte nameTypesSeen, byte nameType ) : byte[]

Method Details

Encode() public méthode

public Encode ( Stream output ) : void
output Stream
Résultat void

Parse() public static méthode

public static Parse ( Stream input ) : ServerNameList
input Stream
Résultat ServerNameList

ServerNameList() public méthode

public ServerNameList ( IList serverNameList ) : System
serverNameList IList
Résultat System

Property Details

mServerNameList protected_oe property

protected IList mServerNameList
Résultat IList