| 软件包 | 描述 |
|---|---|
| javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
| javax.xml.crypto.dsig.keyinfo |
解析和处理
KeyInfo元素和结构的类。
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TransformService.marshalParams(XMLStructure parent, XMLCryptoContext context)
将算法的具体参数。
|
void |
XMLSignature.sign(XMLSignContext signContext)
这
XMLSignature迹象。
|
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
一个新的
XMLSignature解封实例从一个机制的具体
XMLStructure实例。
|
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
一个新的
XMLSignature解封实例从一个机制的具体
XMLValidateContext实例。
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyInfo.marshal(XMLStructure parent, XMLCryptoContext context)
将关键信息以XML。
|
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
|
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.