public interface SSPContext
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
int |
getFlags() |
String |
getNetbiosName() |
byte[] |
getSigningKey() |
Oid[] |
getSupportedMechs() |
byte[] |
initSecContext(byte[] token,
int off,
int len) |
boolean |
isEstablished() |
boolean |
isSupported(Oid mechanism) |
byte[] getSigningKey()
throws SmbException
SmbExceptionboolean isEstablished()
byte[] initSecContext(byte[] token,
int off,
int len)
throws SmbException
token - off - len - SmbExceptionString getNetbiosName()
void dispose()
throws SmbException
SmbExceptionboolean isSupported(Oid mechanism)
mechanism - int getFlags()
Oid[] getSupportedMechs()
Copyright © 2018. All rights reserved.