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