|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
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 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。