软件包 | 描述 |
---|---|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
Modifier and Type | Method and Description |
---|---|
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si, KeyInfo ki)
创建一个
XMLSignature 并初始化它的
SignedInfo 和
KeyInfo 指定对象的内容。
|
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId)
创建一个
XMLSignature 和初始化它与指定的参数。
|
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
一个新的
XMLSignature 解封实例从一个机制的具体
XMLStructure 实例。
|
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
一个新的
XMLSignature 解封实例从一个机制的具体
XMLValidateContext 实例。
|
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.