|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
ShortBufferException を使用しているパッケージ | |
---|---|
javax.crypto | 暗号化操作のクラスとインタフェースを提供します。 |
javax.crypto での ShortBufferException の使用 |
---|
ShortBufferException をスローする javax.crypto のメソッド | |
---|---|
void |
Mac.doFinal(byte[] output,
int outOffset)
MAC 操作を終了します。 |
int |
Cipher.doFinal(byte[] output,
int outputOffset)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を終了します。 |
int |
Cipher.doFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output)
単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 |
int |
Cipher.doFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 |
int |
Cipher.doFinal(ByteBuffer input,
ByteBuffer output)
単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 |
protected abstract int |
CipherSpi.engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 |
protected int |
CipherSpi.engineDoFinal(ByteBuffer input,
ByteBuffer output)
単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 |
protected abstract int |
KeyAgreementSpi.engineGenerateSecret(byte[] sharedSecret,
int offset)
共有の秘密情報を生成して、 offset から始まる sharedSecret バッファ内に格納します。 |
protected abstract int |
ExemptionMechanismSpi.engineGenExemptionBlob(byte[] output,
int outputOffset)
除外機構の鍵 Blob を生成して、結果を outputOffset から始まる output バッファに格納します。 |
protected abstract int |
CipherSpi.engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を継続し、別のデータ部分を処理します。 |
protected int |
CipherSpi.engineUpdate(ByteBuffer input,
ByteBuffer output)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を継続し、別のデータ部分を処理します。 |
int |
KeyAgreement.generateSecret(byte[] sharedSecret,
int offset)
共有の秘密情報を生成して、 offset から始まる sharedSecret バッファ内に格納します。 |
int |
ExemptionMechanism.genExemptionBlob(byte[] output)
除外機構の鍵 Blob を生成して、結果を output バッファに格納します。 |
int |
ExemptionMechanism.genExemptionBlob(byte[] output,
int outputOffset)
除外機構の鍵 Blob を生成して、結果を outputOffset から始まる output バッファに格納します。 |
int |
Cipher.update(byte[] input,
int inputOffset,
int inputLen,
byte[] output)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を継続し、別のデータ部分を処理します。 |
int |
Cipher.update(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を継続し、別のデータ部分を処理します。 |
int |
Cipher.update(ByteBuffer input,
ByteBuffer output)
複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を継続し、別のデータ部分を処理します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。