|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.xml.crypto.dsig.spec.ExcC14NParameterSpec
public final class ExcC14NParameterSpec
W3C 권고: Exclusive XML Canonicalization (C14N) 알고리즘용의 파라미터. 이 파라미터에는, 생략 가능한 논리합의 이름 공간의 접두사 리스트가 포함됩니다. Exclusive XML Canonicalization 파라미터의 XML schema 정의는, 다음과 같이 정의됩니다.
<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 ()
빈 상태(empty)의 접두사 리스트를 사용해, 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 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.