パッケージ | 説明 |
---|---|
javax.xml.crypto |
XML暗号化用の共通クラスです。
|
修飾子と型 | フィールドと説明 |
---|---|
static KeySelector.Purpose |
KeySelector.Purpose.DECRYPT
復号化用の鍵です。
|
static KeySelector.Purpose |
KeySelector.Purpose.ENCRYPT
暗号化用の鍵です。
|
static KeySelector.Purpose |
KeySelector.Purpose.SIGN
署名用の鍵です。
|
static KeySelector.Purpose |
KeySelector.Purpose.VERIFY
検証用の鍵です。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
指定された制約を満たす鍵の検索を試みます。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.