- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNetbiosName (0.09 sec)
-
src/main/java/jcifs/smb/SSPContext.java
* @throws CIFSException */ byte[] initSecContext ( byte[] token, int off, int len ) throws CIFSException; /** * @return the name of the remote endpoint */ String getNetbiosName (); /** * @throws CIFSException */ void dispose () throws CIFSException; /** * @param mechanism * @return whether the specified mechanism is supported
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmContext.java
} public byte[] getServerChallenge() { return serverChallenge; } public byte[] getSigningKey() { return signingKey; } public String getNetbiosName() { return netbiosName; } private String getNtlmsspListItem(byte[] type2token, int id0) { int ri = 58; for ( ;; ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 5.9K bytes - Viewed (0)