jcifs.dcerpc.msrpc
Class lsarpc.LsarTranslatedSid

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.lsarpc.LsarTranslatedSid
Enclosing class:
lsarpc

public static class lsarpc.LsarTranslatedSid
extends NdrObject


Field Summary
 int rid
           
 int sid_index
           
 int sid_type
           
 
Constructor Summary
lsarpc.LsarTranslatedSid()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sid_type

public int sid_type

rid

public int rid

sid_index

public int sid_index
Constructor Detail

lsarpc.LsarTranslatedSid

public lsarpc.LsarTranslatedSid()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException