public interface SSPContext
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateMIC(byte[] data) |
void |
dispose() |
int |
getFlags() |
String |
getNetbiosName() |
byte[] |
getSigningKey() |
org.bouncycastle.asn1.ASN1ObjectIdentifier[] |
getSupportedMechs() |
byte[] |
initSecContext(byte[] token,
int off,
int len) |
boolean |
isEstablished() |
boolean |
isMICAvailable() |
boolean |
isPreferredMech(org.bouncycastle.asn1.ASN1ObjectIdentifier selectedMech) |
boolean |
isSupported(org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism) |
boolean |
supportsIntegrity() |
void |
verifyMIC(byte[] data,
byte[] mic) |
byte[] getSigningKey()
throws CIFSException
CIFSExceptionboolean isEstablished()
byte[] initSecContext(byte[] token,
int off,
int len)
throws CIFSException
token - off - len - SmbExceptionCIFSExceptionString getNetbiosName()
void dispose()
throws CIFSException
CIFSExceptionboolean isSupported(org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism)
mechanism - boolean isPreferredMech(org.bouncycastle.asn1.ASN1ObjectIdentifier selectedMech)
selectedMech - int getFlags()
org.bouncycastle.asn1.ASN1ObjectIdentifier[] getSupportedMechs()
boolean supportsIntegrity()
byte[] calculateMIC(byte[] data)
throws CIFSException
data - CIFSExceptionvoid verifyMIC(byte[] data,
byte[] mic)
throws CIFSException
data - mic - CIFSExceptionboolean isMICAvailable()
Copyright © 2021. All rights reserved.