|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Cipher を使用しているパッケージ | |
---|---|
javax.crypto | 暗号化操作のクラスとインタフェースを提供します。 |
javax.crypto での Cipher の使用 |
---|
javax.crypto での Cipher のサブクラス | |
---|---|
class |
NullCipher
NullCipher クラスは、「同一性暗号」を提供するクラスです。 |
Cipher を返す javax.crypto のメソッド | |
---|---|
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 オブジェクトを作成します。 |
Cipher 型のパラメータを持つ javax.crypto のメソッド | |
---|---|
PKCS8EncodedKeySpec |
EncryptedPrivateKeyInfo.getKeySpec(Cipher cipher)
暗号化されたデータから暗号化された PKCS8EncodedKeySpec オブジェクトを抽出して返します。 |
Object |
SealedObject.getObject(Cipher c)
元の (カプセル化された) オブジェクトを取り出します。 |
Cipher 型のパラメータを持つ javax.crypto のコンストラクタ | |
---|---|
CipherInputStream(InputStream is,
Cipher c)
InputStream および Cipher から CipherInputStream を構築します。 |
|
CipherOutputStream(OutputStream os,
Cipher c)
OutputStream および Cipher から CipherOutputStream を構築します。 |
|
SealedObject(Serializable object,
Cipher c)
任意の Serializable オブジェクトから SealedObject を構築します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。