rpc.core
Class AuthenticationVerifier
java.lang.Object
ndr.NdrObject
rpc.core.AuthenticationVerifier
public class AuthenticationVerifier
- extends NdrObject
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
authenticationService
public int authenticationService
protectionLevel
public int protectionLevel
contextId
public int contextId
body
public byte[] body
AuthenticationVerifier
public AuthenticationVerifier()
AuthenticationVerifier
public AuthenticationVerifier(int authenticatorLength)
AuthenticationVerifier
public AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
int authenticatorLength)
AuthenticationVerifier
public AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
byte[] body)
decode
public void decode(NetworkDataRepresentation ndr,
NdrBuffer src)
- Overrides:
decode
in class NdrObject
encode
public void encode(NetworkDataRepresentation ndr,
NdrBuffer dst)
- Overrides:
encode
in class NdrObject
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object