sun.security.mule.krb5.internal.ktab
Class KeyTabInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.BufferedInputStream
              extended by sun.security.mule.krb5.internal.util.KrbDataInputStream
                  extended by sun.security.mule.krb5.internal.ktab.KeyTabInputStream
All Implemented Interfaces:
Closeable, KeyTabConstants

public class KeyTabInputStream
extends KrbDataInputStream
implements KeyTabConstants

This class implements a buffered input stream. It is used for parsing key table data to memory.

Author:
Yanni Zhang

Field Summary
 
Fields inherited from class java.io.BufferedInputStream
buf, count, marklimit, markpos, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Fields inherited from interface sun.security.mule.krb5.internal.ktab.KeyTabConstants
keySize, keyTypeSize, keyVersionSize, KRB5_KT_VNO, KRB5_KT_VNO_1, principalComponentSize, principalSize, principalTypeSize, realmSize, timestampSize
 
Constructor Summary
KeyTabInputStream(InputStream is)
           
 
Method Summary
 
Methods inherited from class sun.security.mule.krb5.internal.util.KrbDataInputStream
read, readVersion, setNativeByteOrder
 
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyTabInputStream

public KeyTabInputStream(InputStream is)


Copyright © 2013. All Rights Reserved.