クラスjavax.crypto.ShortBufferException
の使用
| パッケージ | 説明 |
|---|---|
| javax.crypto |
暗号化操作のクラスとインタフェースを提供します。
|
-
javax.cryptoでのShortBufferExceptionの使用
ShortBufferExceptionをスローするjavax.cryptoのメソッド 修飾子と型 メソッド 説明 intCipher. doFinal(byte[] output, int outputOffset)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なります)を終了します。intCipher. doFinal(byte[] input, int inputOffset, int inputLen, byte[] output)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。intCipher. doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。intCipher. doFinal(ByteBuffer input, ByteBuffer output)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。voidMac. doFinal(byte[] output, int outOffset)MAC操作を終了します。protected abstract intCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。protected intCipherSpi. engineDoFinal(ByteBuffer input, ByteBuffer output)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。protected abstract intKeyAgreementSpi. engineGenerateSecret(byte[] sharedSecret, int offset)共有の秘密情報を生成して、offsetから始まるsharedSecretバッファ内に格納します。protected abstract intExemptionMechanismSpi. engineGenExemptionBlob(byte[] output, int outputOffset)除外メカニズムのキーBlobを生成して、結果をoutputOffsetから始まるoutputバッファに格納します。protected abstract intCipherSpi. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なる)を継続し、別のデータ部分を処理します。protected intCipherSpi. engineUpdate(ByteBuffer input, ByteBuffer output)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なる)を継続し、別のデータ部分を処理します。intKeyAgreement. generateSecret(byte[] sharedSecret, int offset)共有の秘密情報を生成して、offsetから始まるsharedSecretバッファ内に格納します。intExemptionMechanism. genExemptionBlob(byte[] output)除外メカニズムのキーBlobを生成して、結果をoutputバッファに格納します。intExemptionMechanism. genExemptionBlob(byte[] output, int outputOffset)除外メカニズムのキーBlobを生成して、結果をoutputOffsetから始まるoutputバッファに格納します。intCipher. update(byte[] input, int inputOffset, int inputLen, byte[] output)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なる)を継続し、別のデータ部分を処理します。intCipher. update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なる)を継続し、別のデータ部分を処理します。intCipher. update(ByteBuffer input, ByteBuffer output)複数の部分から成る暗号化または復号化操作(この暗号の初期化方法により異なる)を継続し、別のデータ部分を処理します。