public class AuthenticationVerifier extends NdrObject
| Modifier and Type | Field and Description |
|---|---|
int |
authenticationService |
byte[] |
body |
int |
contextId |
int |
protectionLevel |
| Constructor and Description |
|---|
AuthenticationVerifier() |
AuthenticationVerifier(int authenticatorLength) |
AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
byte[] body) |
AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
int authenticatorLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(NetworkDataRepresentation ndr,
NdrBuffer src) |
void |
encode(NetworkDataRepresentation ndr,
NdrBuffer dst) |
boolean |
equals(Object obj) |
int |
hashCode() |
public int authenticationService
public int protectionLevel
public int contextId
public byte[] body
public AuthenticationVerifier()
public AuthenticationVerifier(int authenticatorLength)
public AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
int authenticatorLength)
public AuthenticationVerifier(int authenticationService,
int protectionLevel,
int contextId,
byte[] body)
public void decode(NetworkDataRepresentation ndr, NdrBuffer src)
public void encode(NetworkDataRepresentation ndr, NdrBuffer dst)
Copyright © 2017 LSST. All rights reserved.