软件包 | 描述 |
---|---|
javax.xml.crypto |
XML加密的公共类。
|
javax.xml.crypto.dom |
为
javax.xml.crypto DOM类具体包。
|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
javax.xml.crypto.dsig.dom |
为
javax.xml.crypto.dsig DOM类具体包。
|
javax.xml.crypto.dsig.keyinfo |
解析和处理
KeyInfo 元素和结构的类。
|
Modifier and Type | Method and Description |
---|---|
Data |
URIDereferencer.dereference(URIReference uriReference, XMLCryptoContext context)
引用指定的
URIReference 返回引用数据。
|
abstract KeySelectorResult |
KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
试图找到一个关键,满足指定的约束。
|
Modifier and Type | Class and Description |
---|---|
class |
DOMCryptoContext
这个类提供了一个具体的实施
XMLCryptoContext DOM接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLSignContext
包含用于生成XML签名的上下文信息。
|
interface |
XMLValidateContext
包含用于验证XML签名的上下文信息。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransformService.init(XMLStructure parent, XMLCryptoContext context)
这
TransformService 初始化具有指定参数和文档上下文。
|
abstract void |
TransformService.marshalParams(XMLStructure parent, XMLCryptoContext context)
将算法的具体参数。
|
Data |
Transform.transform(Data data, XMLCryptoContext context)
使用基本转换算法转换指定的数据。
|
Data |
Transform.transform(Data data, XMLCryptoContext context, OutputStream os)
使用基本转换算法转换指定的数据。
|
Modifier and Type | Class and Description |
---|---|
class |
DOMSignContext
具体
XMLSignContext DOM。
|
class |
DOMValidateContext
具体
XMLValidateContext DOM。
|
Modifier and Type | Method and Description |
---|---|
Data |
RetrievalMethod.dereference(XMLCryptoContext context)
引用
KeyInfo 信息的
RetrievalMethod 参考和应用指定的
Transform s。
|
void |
KeyInfo.marshal(XMLStructure parent, XMLCryptoContext context)
将关键信息以XML。
|
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.