JavaTM 2 Platform
Standard Ed. 6

類別 javax.xml.crypto.MarshalException
的使用

使用 MarshalException 的軟體套件
javax.xml.crypto.dsig 用於產生和驗證 XML 數位簽章的類別。 
javax.xml.crypto.dsig.keyinfo 用來解析和處理 KeyInfo 元素和結構的類別。 
 

javax.xml.crypto.dsigMarshalException 的使用
 

拋出 MarshalExceptionjavax.xml.crypto.dsig 中的方法
abstract  void TransformService.marshalParams(XMLStructure parent, XMLCryptoContext context)
          對特定於演算法的參數進行編組。
 void XMLSignature.sign(XMLSignContext signContext)
          為此 XMLSignature 簽章。
abstract  XMLSignature XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
          從特定於機制的 XMLStructure 實例解組新的 XMLSignature 實例。
abstract  XMLSignature XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
          從特定於機制的 XMLValidateContext 實例解組新的 XMLSignature 實例。
 

javax.xml.crypto.dsig.keyinfoMarshalException 的使用
 

拋出 MarshalExceptionjavax.xml.crypto.dsig.keyinfo 中的方法
 void KeyInfo.marshal(XMLStructure parent, XMLCryptoContext context)
          將密鑰資訊編組為 XML。
abstract  KeyInfo KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
          根據特定於機制的 XMLStructure(比如:DOMStructure)實例解組新的 KeyInfo 實例。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only