jcifs.dcerpc.msrpc
Class lsarpc.LsarTrustInformation

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

public static class lsarpc.LsarTrustInformation
extends NdrObject


Field Summary
 rpc.unicode_string name
           
 rpc.sid_t sid
           
 
Constructor Summary
lsarpc.LsarTrustInformation()
           
 
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

name

public rpc.unicode_string name

sid

public rpc.sid_t sid
Constructor Detail

lsarpc.LsarTrustInformation

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