| 接口 | 描述 | 
|---|---|
| KeyInfo | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           KeyInfo元素的 
          表示 。 | 
| KeyName | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           KeyName元素的 
          表示 。 | 
| KeyValue | 
           在W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           KeyValue元素的 
          表示 。 | 
| PGPData | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           PGPData元素的 
          表示 。 | 
| RetrievalMethod | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           RetrievalMethod元素的 
          表示 。 | 
| X509Data | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           X509Data元素的 
          表示 。 | 
| X509IssuerSerial | 
           W3C Recommendation for XML-Signature Syntax and Processing中定义的XML 
           X509IssuerSerial元素的 
          表示 。 | 
| 类 | 描述 | 
|---|---|
| KeyInfoFactory |  
          从零开始创建 KeyInfo个对象的工厂,或从相应的XML表示中解组KeyInfo对象。 | 
KeyInfo元素和结构的类。 
    KeyInfo是一个可选元素,使收件人能够获得验证XMLSignature所需的密钥。 
    KeyInfo可能包含密钥,名称,证书和其他公钥管理信息,如带内密钥分发或密钥协商数据。 
    这个包包含表示例如在用于XML签名W3C规范中定义的类型,类KeyName , KeyValue , RetrievalMethod , X509Data , X509IssuerSerial和PGPData 。 
    KeyInfoFactory是从零开始创建KeyInfo对象的抽象工厂。 
     Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.