パッケージ jcifs.internal.smb2.nego
クラス PreauthIntegrityNegotiateContext
- java.lang.Object
-
- jcifs.internal.smb2.nego.PreauthIntegrityNegotiateContext
-
- すべての実装されたインタフェース:
Decodable,Encodable,NegotiateContextRequest,NegotiateContextResponse
public class PreauthIntegrityNegotiateContext extends Object implements NegotiateContextRequest, NegotiateContextResponse
- 作成者:
- mbechler
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static intHASH_ALGO_SHA512SHA-512static intNEGO_CTX_PREAUTH_TYPEContext type
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PreauthIntegrityNegotiateContext()PreauthIntegrityNegotiateContext(Configuration config, int[] hashAlgos, byte[] salt)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intencode(byte[] dst, int dstIndex)intgetContextType()int[]getHashAlgos()byte[]getSalt()intsize()
-
-
-
コンストラクタの詳細
-
PreauthIntegrityNegotiateContext
public PreauthIntegrityNegotiateContext(Configuration config, int[] hashAlgos, byte[] salt)
- パラメータ:
config-hashAlgos-salt-
-
PreauthIntegrityNegotiateContext
public PreauthIntegrityNegotiateContext()
-
-
メソッドの詳細
-
getSalt
public byte[] getSalt()
- 戻り値:
- the salt
-
getHashAlgos
public int[] getHashAlgos()
- 戻り値:
- the hashAlgos
-
getContextType
public int getContextType()
- 定義:
getContextTypeインタフェース内NegotiateContextRequest- 定義:
getContextTypeインタフェース内NegotiateContextResponse- 戻り値:
- context type
- 関連項目:
NegotiateContextRequest.getContextType()
-
encode
public int encode(byte[] dst, int dstIndex)- 定義:
encodeインタフェース内Encodable- 戻り値:
- encoded length
- 関連項目:
Encodable.encode(byte[], int)
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
size
public int size()
- 定義:
sizeインタフェース内Encodable- 戻り値:
- the encoded size
- 関連項目:
Encodable.size()
-
-