|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
public final class ExcC14NParameterSpec
W3C Recommendation 的参数:Exclusive XML Canonicalization (C14N) 算法。参数包含一个可选的相容名称空间前缀列表。Exclusive XML Canonicalization 参数的 XML Schema Definition 定义如下:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
version="0.1" elementFormDefault="qualified">
<element name="InclusiveNamespaces" type="ec:InclusiveNamespaces"/>
<complexType name="InclusiveNamespaces">
<attribute name="PrefixList" type="xsd:string"/>
</complexType>
</schema>
CanonicalizationMethod
字段摘要 | |
---|---|
static String |
DEFAULT 指示默认名称空间(“#default”)。 |
构造方法摘要 | |
---|---|
ExcC14NParameterSpec() 创建带有空前缀列表的 ExcC14NParameterSpec 。 |
|
ExcC14NParameterSpec(List prefixList) 创建带有指定前缀列表的 ExcC14NParameterSpec 。 |
方法摘要 | |
---|---|
List |
getPrefixList() 返回相容名称空间前缀列表。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final String DEFAULT
构造方法详细信息 |
---|
public ExcC14NParameterSpec()
ExcC14NParameterSpec
。
public ExcC14NParameterSpec(List prefixList)
ExcC14NParameterSpec
。复制该列表,以防止随后被修改。
prefixList
- 相容名称空间前缀列表。列表中的每一项都是一个表示名称空间前缀的
String
。
NullPointerException
- 如果
prefixList
为
null
ClassCastException
- 如果任何列表项的类型不是
String
方法详细信息 |
---|
public List getPrefixList()
String
。
此实现将返回一个不可修改的列表
。
null
)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。