クラス
javax.xml.crypto.KeySelector.Purposeの使用
KeySelector.Purposeを使用するパッケージ
-
javax.xml.cryptoでのKeySelector.Purposeの使用
KeySelector.Purposeとして宣言されたjavax.xml.cryptoのフィールド修飾子と型フィールド説明static final KeySelector.PurposeKeySelector.Purpose.DECRYPT復号化用のキーです。static final KeySelector.PurposeKeySelector.Purpose.ENCRYPT暗号化用のキーです。static final KeySelector.PurposeKeySelector.Purpose.SIGN署名用のキーです。static final KeySelector.PurposeKeySelector.Purpose.VERIFY検証用のキーです。型KeySelector.Purposeのパラメータを持つjavax.xml.cryptoのメソッド修飾子と型メソッド説明abstract KeySelectorResultKeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) 指定された制約を満たすキーの検索を試みます。