- java.lang.Object
-
- javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
-
- All Implemented Interfaces:
- AlgorithmParameterSpec, C14NMethodParameterSpec, TransformParameterSpec
public final class ExcC14NParameterSpec extends Object implements C14NMethodParameterSpec
Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm. The parameters include an optional inclusive namespace prefix list. The XML Schema Definition of the Exclusive XML Canonicalization parameters is defined as:<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>
- Since:
- 1.6
- See Also:
CanonicalizationMethod
-
-
Field Summary
Fields Modifier and Type Field and Description static String
DEFAULT
Indicates the default namespace ("#default").
-
Constructor Summary
Constructors Constructor and Description ExcC14NParameterSpec()
Creates aExcC14NParameterSpec
with an empty prefix list.ExcC14NParameterSpec(List prefixList)
Creates aExcC14NParameterSpec
with the specified list of prefixes.
-
-
-
Field Detail
-
DEFAULT
public static final String DEFAULT
Indicates the default namespace ("#default").- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExcC14NParameterSpec
public ExcC14NParameterSpec()
Creates aExcC14NParameterSpec
with an empty prefix list.
-
ExcC14NParameterSpec
public ExcC14NParameterSpec(List prefixList)
Creates aExcC14NParameterSpec
with the specified list of prefixes. The list is copied to protect against subsequent modification.- Parameters:
prefixList
- the inclusive namespace prefix list. Each entry in the list is aString
that represents a namespace prefix.- Throws:
NullPointerException
- ifprefixList
isnull
ClassCastException
- if any of the entries in the list are not of typeString
-
-
Method Detail
-
getPrefixList
public List getPrefixList()
Returns the inclusive namespace prefix list. Each entry in the list is aString
that represents a namespace prefix.This implementation returns an
unmodifiable list
.- Returns:
- the inclusive namespace prefix list (may be empty but never
null
)
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/crypto/dsig/spec/ExcC14NParameterSpec.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.