パッケージ jcifs.internal.smb2.nego
クラス EncryptionNegotiateContext
- java.lang.Object
-
- jcifs.internal.smb2.nego.EncryptionNegotiateContext
-
- すべての実装されたインタフェース:
Decodable,Encodable,NegotiateContextRequest,NegotiateContextResponse
public class EncryptionNegotiateContext extends Object implements NegotiateContextRequest, NegotiateContextResponse
- 作成者:
- mbechler
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static intCIPHER_AES128_CCMAES 128 CCMstatic intCIPHER_AES128_GCMAES 128 GCMstatic intNEGO_CTX_ENC_TYPEContext type
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 EncryptionNegotiateContext()EncryptionNegotiateContext(Configuration config, int[] ciphers)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intencode(byte[] dst, int dstIndex)int[]getCiphers()intgetContextType()intsize()
-
-
-
コンストラクタの詳細
-
EncryptionNegotiateContext
public EncryptionNegotiateContext(Configuration config, int[] ciphers)
- パラメータ:
config-ciphers-
-
EncryptionNegotiateContext
public EncryptionNegotiateContext()
-
-
メソッドの詳細
-
getCiphers
public int[] getCiphers()
- 戻り値:
- the ciphers
-
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()
-
-