接口 | 描述 |
---|---|
KeyInfo |
一个表示的XML
KeyInfo 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
KeyName |
一个表示的XML
KeyName 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
KeyValue |
一个表示的XML
KeyValue 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
PGPData |
一个表示的XML
PGPData 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
RetrievalMethod |
一个表示的XML
RetrievalMethod 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
X509Data |
一个表示的XML
X509Data 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
X509IssuerSerial |
一个表示的XML
X509IssuerSerial 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
类 | 描述 |
---|---|
KeyInfoFactory |
一种从头开始创建
KeyInfo 对象或完成一
KeyInfo 对象从一个相应的XML表示工厂。
|
KeyInfo
元素和结构的类。
KeyInfo
是一个可选的元素,使收件人(s)的取得需要验证
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.