public abstract class KrbInputStream extends DataInputStream
in| Constructor and Description |
|---|
KrbInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readCountedOctets() |
String |
readCountedString() |
EncryptionKey |
readKey() |
abstract int |
readOctetsCount() |
abstract PrincipalName |
readPrincipal(int version) |
KerberosTime |
readTime() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic KrbInputStream(InputStream in)
public KerberosTime readTime() throws IOException
IOExceptionpublic abstract PrincipalName readPrincipal(int version) throws IOException
IOExceptionpublic EncryptionKey readKey() throws IOException
IOExceptionpublic String readCountedString() throws IOException
IOExceptionpublic byte[] readCountedOctets()
throws IOException
IOExceptionpublic abstract int readOctetsCount()
throws IOException
IOExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.