软件包 | 描述 |
---|---|
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数字签名的参数类。
|
Modifier and Type | Class and Description |
---|---|
class |
DOMStructure
具体
XMLStructure DOM。
|
Modifier and Type | Class and Description |
---|---|
class |
TransformService
服务提供者接口变换和标准化算法。
|
Modifier and Type | Method and Description |
---|---|
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)
创建一个指定的算法和参数
CanonicalizationMethod URI。
|
abstract Transform |
XMLSignatureFactory.newTransform(String algorithm, XMLStructure params)
创建一个指定的算法和参数
Transform URI。
|
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
一个新的
XMLSignature 解封实例从一个机制的具体
XMLStructure 实例。
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyInfo
一个表示的XML
KeyInfo 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
KeyName
一个表示的XML
KeyName 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
KeyValue
一个表示的XML
KeyValue 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
PGPData
一个表示的XML
PGPData 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
RetrievalMethod
一个表示的XML
RetrievalMethod 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
X509Data
一个表示的XML
X509Data 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
interface |
X509IssuerSerial
一个表示的XML
X509IssuerSerial 元在
W3C Recommendation for XML-Signature Syntax and Processing定义。
|
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.marshal(XMLStructure parent, XMLCryptoContext context)
将关键信息以XML。
|
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
|
Modifier and Type | Method and Description |
---|---|
XMLStructure |
XSLTTransformParameterSpec.getStylesheet()
返回样式表。
|
Constructor and Description |
---|
XSLTTransformParameterSpec(XMLStructure stylesheet)
创建具有指定样式表
XSLTTransformParameterSpec 。
|
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.