Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Method and Description |
---|---|
static ServerNameList |
TlsExtensionsUtils.getServerNameExtension(Hashtable extensions) |
static ServerNameList |
ServerNameList.parse(InputStream input)
Parse a
ServerNameList from an InputStream . |
static ServerNameList |
TlsExtensionsUtils.readServerNameExtension(byte[] extensionData) |
Modifier and Type | Method and Description |
---|---|
static void |
TlsExtensionsUtils.addServerNameExtension(Hashtable extensions,
ServerNameList serverNameList) |
static byte[] |
TlsExtensionsUtils.createServerNameExtension(ServerNameList serverNameList) |
Copyright © 2020 BouncyCastle.org. All rights reserved.