|
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.URLAndHash
RFC 6066 5.
Field Summary | |
protected byte[] |
sha1Hash
Deprecated. |
protected java.lang.String |
url
Deprecated. |
Constructor Summary | |
URLAndHash(java.lang.String url,
byte[] sha1Hash)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this URLAndHash to an OutputStream . |
byte[] |
getSHA1Hash()
Deprecated. |
java.lang.String |
getURL()
Deprecated. |
static URLAndHash |
parse(TlsContext context,
java.io.InputStream input)
Deprecated. Parse a URLAndHash 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.lang.String url
protected byte[] sha1Hash
Constructor Detail |
public URLAndHash(java.lang.String url, byte[] sha1Hash)
Method Detail |
public java.lang.String getURL()
public byte[] getSHA1Hash()
public void encode(java.io.OutputStream output) throws java.io.IOException
URLAndHash
to an OutputStream
.
output
- the OutputStream
to encode to.
java.io.IOException
public static URLAndHash parse(TlsContext context, java.io.InputStream input) throws java.io.IOException
URLAndHash
from an InputStream
.
context
- the TlsContext
of the current connection.input
- the InputStream
to parse from.
URLAndHash
object.
java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |