JavaTM Platform
Standard Ed. 6

インタフェース
javax.xml.crypto.XMLStructure の使用

XMLStructure を使用しているパッケージ
javax.xml.crypto.dom javax.xml.crypto パッケージ用の DOM 固有のクラス。 
javax.xml.crypto.dsig XML デジタル署名の生成および検証用のクラス。 
javax.xml.crypto.dsig.keyinfo KeyInfo 要素および構造を構文解析して処理するクラス。 
javax.xml.crypto.dsig.spec XML デジタル署名用のパラメータクラス。 
 

javax.xml.crypto.dom での XMLStructure の使用
 

XMLStructure を実装している javax.xml.crypto.dom のクラス
 class DOMStructure
          DOM 固有の XMLStructure
 

javax.xml.crypto.dsig での XMLStructure の使用
 

javax.xml.crypto.dsig での XMLStructure のサブインタフェース
 interface CanonicalizationMethod
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML CanonicalizationMethod 要素の表現。
 interface DigestMethod
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML DigestMethod 要素の表現。
 interface Manifest
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML Manifest 要素の表現。
 interface Reference
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML Reference 要素の表現。
 interface SignatureMethod
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML SignatureMethod 要素の表現。
 interface SignatureProperties
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML SignatureProperties 要素の表現。
 interface SignatureProperty
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML SignatureProperty 要素の表現。
 interface SignedInfo
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML SignedInfo 要素の表現。
 interface Transform
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML Transform 要素の表現。
 interface XMLObject
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML Object 要素の表現。
 interface XMLSignature
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML Signature 要素の表現。
static interface XMLSignature.SignatureValue
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML SignatureValue 要素の表現。
 

XMLStructure を実装している javax.xml.crypto.dsig のクラス
 class TransformService
          変換アルゴリズムおよび正規化アルゴリズム用の Service Provider Interface です。
 

XMLStructure 型のパラメータを持つ javax.xml.crypto.dsig のメソッド
abstract  void TransformService.init(XMLStructure parent, XMLCryptoContext context)
          指定されたパラメータおよび文書コンテキストでこの TransformService を初期化します。
abstract  void TransformService.marshalParams(XMLStructure parent, XMLCryptoContext context)
          アルゴリズム固有のパラメータを整列化します。
abstract  CanonicalizationMethod XMLSignatureFactory.newCanonicalizationMethod(String algorithm, XMLStructure params)
          指定したアルゴリズム URI およびパラメータ用に CanonicalizationMethod を作成します。
abstract  Transform XMLSignatureFactory.newTransform(String algorithm, XMLStructure params)
          指定したアルゴリズム URI およびパラメータ用に Transform を作成します。
abstract  XMLSignature XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
          機構固有の XMLStructure インスタンスからの新しい XMLSignature インスタンスを非整列化します。
 

javax.xml.crypto.dsig.keyinfo での XMLStructure の使用
 

javax.xml.crypto.dsig.keyinfo での XMLStructure のサブインタフェース
 interface KeyInfo
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML KeyInfo 要素の表現。
 interface KeyName
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML KeyName 要素の表現。
 interface KeyValue
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML KeyValue 要素の表現。
 interface PGPData
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML PGPData 要素の表現。
 interface RetrievalMethod
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML RetrievalMethod 要素の表現。
 interface X509Data
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML X509Data 要素の表現。
 interface X509IssuerSerial
          「W3C Recommendation for XML-Signature Syntax and Processing」で定義されている XML X509IssuerSerial 要素の表現。
 

XMLStructure 型のパラメータを持つ javax.xml.crypto.dsig.keyinfo のメソッド
 void KeyInfo.marshal(XMLStructure parent, XMLCryptoContext context)
          鍵情報を XML に整列化します。
abstract  KeyInfo KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
          機構固有の XMLStructure (例: DOMStructure) インスタンスからの新しい KeyInfo インスタンスを非整列化します。
 

javax.xml.crypto.dsig.spec での XMLStructure の使用
 

XMLStructure を返す javax.xml.crypto.dsig.spec のメソッド
 XMLStructure XSLTTransformParameterSpec.getStylesheet()
          スタイルシートを返します。
 

XMLStructure 型のパラメータを持つ javax.xml.crypto.dsig.spec のコンストラクタ
XSLTTransformParameterSpec(XMLStructure stylesheet)
          指定したスタイルシートを使用して、XSLTTransformParameterSpec を作成します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。