软件包 | 描述 |
---|---|
javax.xml.crypto |
XML加密的公共类。
|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
javax.xml.crypto.dsig.keyinfo |
解析和处理
KeyInfo 元素和结构的类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodeSetData
一个
Data 类型包含一个节点集的抽象表示。
|
Modifier and Type | Class and Description |
---|---|
class |
OctetStreamData
一个包含一个字节流
Data 型表示。
|
Modifier and Type | Method and Description |
---|---|
Data |
URIDereferencer.dereference(URIReference uriReference, XMLCryptoContext context)
引用指定的
URIReference 返回引用数据。
|
Modifier and Type | Method and Description |
---|---|
Data |
Reference.getDereferencedData()
返回引用数据,如果
reference caching启用。
|
Data |
Transform.transform(Data data, XMLCryptoContext context)
使用基本转换算法转换指定的数据。
|
Data |
Transform.transform(Data data, XMLCryptoContext context, OutputStream os)
使用基本转换算法转换指定的数据。
|
Modifier and Type | Method and Description |
---|---|
abstract Reference |
XMLSignatureFactory.newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id)
创建带有指定参数
Reference 。
|
Data |
Transform.transform(Data data, XMLCryptoContext context)
使用基本转换算法转换指定的数据。
|
Data |
Transform.transform(Data data, XMLCryptoContext context, OutputStream os)
使用基本转换算法转换指定的数据。
|
Modifier and Type | Method and Description |
---|---|
Data |
RetrievalMethod.dereference(XMLCryptoContext context)
引用
KeyInfo 信息的
RetrievalMethod 参考和应用指定的
Transform s。
|
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.