jcifs.dcerpc.msrpc
Class lsarpc.LsarTranslatedName

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

public static class lsarpc.LsarTranslatedName
extends NdrObject


Field Summary
 rpc.unicode_string name
           
 int sid_index
           
 short sid_type
           
 
Constructor Summary
lsarpc.LsarTranslatedName()
           
 
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 short sid_type

name

public rpc.unicode_string name

sid_index

public int sid_index
Constructor Detail

lsarpc.LsarTranslatedName

public lsarpc.LsarTranslatedName()
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