软件包 | 描述 |
---|---|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
Modifier and Type | Method and Description |
---|---|
CanonicalizationMethod |
SignedInfo.getCanonicalizationMethod()
返回该
SignedInfo 的规范化方法。
|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String algorithm, C14NMethodParameterSpec params)
创建一个指定的算法和参数
CanonicalizationMethod URI。
|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String algorithm, XMLStructure params)
创建一个指定的算法和参数
CanonicalizationMethod URI。
|
Modifier and Type | Method and Description |
---|---|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)
创建一个具有指定的规范化和
SignedInfo 签名方法,列出一个或多个参考。
|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id)
创建带有指定参数
SignedInfo 。
|
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.