| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| IllegalBlockSizeException を使用しているパッケージ | |
|---|---|
| javax.crypto | 暗号化操作のクラスとインタフェースを提供します。 | 
| javax.crypto での IllegalBlockSizeException の使用 | 
|---|
| IllegalBlockSizeException をスローする javax.crypto のメソッド | |
|---|---|
|  byte[] | Cipher.doFinal()複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を終了します。 | 
|  byte[] | Cipher.doFinal(byte[] input)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 | 
|  int | Cipher.doFinal(byte[] output,
        int outputOffset)複数の部分から成る暗号化または復号化操作 (この暗号の初期化方法により異なる) を終了します。 | 
|  byte[] | Cipher.doFinal(byte[] input,
        int inputOffset,
        int inputLen)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 | 
|  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  byte[] | CipherSpi.engineDoFinal(byte[] input,
              int inputOffset,
              int inputLen)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 | 
| protected abstract  int | CipherSpi.engineDoFinal(byte[] input,
              int inputOffset,
              int inputLen,
              byte[] output,
              int outputOffset)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 | 
| protected  int | CipherSpi.engineDoFinal(ByteBuffer input,
              ByteBuffer output)単一の部分から成る操作でデータを暗号化または復号化するか、複数の部分から成る操作を終了します。 | 
| protected  byte[] | CipherSpi.engineWrap(Key key)鍵をラップします。 | 
|  Object | SealedObject.getObject(Cipher c)元の (カプセル化された) オブジェクトを取り出します。 | 
|  byte[] | Cipher.wrap(Key key)鍵をラップします。 | 
| IllegalBlockSizeException をスローする javax.crypto のコンストラクタ | |
|---|---|
| SealedObject(Serializable object,
             Cipher c)任意の Serializable オブジェクトから SealedObject を構築します。 | |
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。