|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.ServerNameList
Field Summary | |
protected java.util.Vector |
serverNameList
Deprecated. |
Constructor Summary | |
ServerNameList(java.util.Vector serverNameList)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this ServerNameList to an OutputStream . |
java.util.Vector |
getServerNameList()
Deprecated. |
static ServerNameList |
parse(java.io.InputStream input)
Deprecated. Parse a ServerNameList from an InputStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector serverNameList
Constructor Detail |
public ServerNameList(java.util.Vector serverNameList)
serverNameList
- a Vector
of ServerName
.Method Detail |
public java.util.Vector getServerNameList()
Vector
of ServerName
.public void encode(java.io.OutputStream output) throws java.io.IOException
ServerNameList
to an OutputStream
.output
- the OutputStream
to encode to.java.io.IOException
- public static ServerNameList parse(java.io.InputStream input) throws java.io.IOException
ServerNameList
from an InputStream
.input
- the InputStream
to parse from.ServerNameList
object.java.io.IOException
-
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |