jcifs.dcerpc
Class rpc.sid_t

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.rpc.sid_t
Direct Known Subclasses:
SID
Enclosing class:
rpc

public static class rpc.sid_t
extends NdrObject


Field Summary
 byte[] identifier_authority
           
 byte revision
           
 int[] sub_authority
           
 byte sub_authority_count
           
 
Constructor Summary
rpc.sid_t()
           
 
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

revision

public byte revision

sub_authority_count

public byte sub_authority_count

identifier_authority

public byte[] identifier_authority

sub_authority

public int[] sub_authority
Constructor Detail

rpc.sid_t

public rpc.sid_t()
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