|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| NoSuchPaddingException を使用しているパッケージ | |
|---|---|
| javax.crypto | 暗号化操作のクラスとインタフェースを提供します。 |
| javax.crypto での NoSuchPaddingException の使用 |
|---|
| NoSuchPaddingException をスローする javax.crypto のメソッド | |
|---|---|
protected abstract void |
CipherSpi.engineSetPadding(String padding)
この暗号のパディング機構を設定します。 |
static Cipher |
Cipher.getInstance(String transformation)
指定された変換を実装する Cipher オブジェクトを返します。 |
static Cipher |
Cipher.getInstance(String transformation,
Provider provider)
指定された変換を実装する Cipher オブジェクトを返します。 |
static Cipher |
Cipher.getInstance(String transformation,
String provider)
指定された変換を実装する Cipher オブジェクトを返します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。