パッケージ | 説明 |
---|---|
javax.xml.crypto.dsig |
XMLデジタル署名の生成および検証用のクラスです。
|
javax.xml.crypto.dsig.keyinfo |
KeyInfo の要素や構造体の解析や処理を行うためのクラス。 |
修飾子と型 | メソッドと説明 |
---|---|
KeyInfoFactory |
XMLSignatureFactory.getKeyInfoFactory()
KeyInfo オブジェクトを作成するKeyInfoFactory を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static KeyInfoFactory |
KeyInfoFactory.getInstance()
デフォルトのXML処理メカニズムおよび表現型("DOM")をサポートする
KeyInfoFactory を返します。 |
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType)
指定されたXML処理メカニズムおよび表現の型(例: 「DOM」)をサポートする
KeyInfoFactory を返します。 |
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType, Provider provider)
指定したプロバイダが提供する、要求されたXML処理メカニズムおよび表現型(例: 「DOM」)をサポートする
KeyInfoFactory を返します。 |
static KeyInfoFactory |
KeyInfoFactory.getInstance(String mechanismType, String provider)
指定したプロバイダが提供する、要求されたXML処理メカニズムおよび表現型(例: 「DOM」)をサポートする
KeyInfoFactory を返します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.