|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.ServerName
Field Summary | |
protected java.lang.Object |
name
Deprecated. |
protected short |
nameType
Deprecated. |
Constructor Summary | |
ServerName(short nameType,
java.lang.Object name)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this ServerName to an OutputStream . |
java.lang.String |
getHostName()
Deprecated. |
java.lang.Object |
getName()
Deprecated. |
short |
getNameType()
Deprecated. |
protected static boolean |
isCorrectType(short nameType,
java.lang.Object name)
Deprecated. |
static ServerName |
parse(java.io.InputStream input)
Deprecated. Parse a ServerName from an InputStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected short nameType
protected java.lang.Object name
Constructor Detail |
public ServerName(short nameType, java.lang.Object name)
Method Detail |
public short getNameType()
public java.lang.Object getName()
public java.lang.String getHostName()
public void encode(java.io.OutputStream output) throws java.io.IOException
ServerName
to an OutputStream
.
output
- the OutputStream
to encode to.
java.io.IOException
public static ServerName parse(java.io.InputStream input) throws java.io.IOException
ServerName
from an InputStream
.
input
- the InputStream
to parse from.
ServerName
object.
java.io.IOException
protected static boolean isCorrectType(short nameType, java.lang.Object name)
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |