-
- All Superinterfaces:
- XMLStructure
public interface SignatureProperties extends XMLStructure
A representation of the XMLSignatureProperties
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. The XML Schema Definition is defined as:
A<element name="SignatureProperties" type="ds:SignaturePropertiesType"/> <complexType name="SignaturePropertiesType"> <sequence> <element ref="ds:SignatureProperty" maxOccurs="unbounded"/> </sequence> <attribute name="Id" type="ID" use="optional"/> </complexType>
SignatureProperties
instance may be created by invoking thenewSignatureProperties
method of theXMLSignatureFactory
class; for example:XMLSignatureFactory factory = XMLSignatureFactory.getInstance("DOM"); SignatureProperties properties = factory.newSignatureProperties(props, "signature-properties-1");
- Since:
- 1.6
- See Also:
XMLSignatureFactory.newSignatureProperties(List, String)
,SignatureProperty
-
-
Field Summary
Fields Modifier and Type Field and Description static String
TYPE
URI that identifies theSignatureProperties
element (this can be specified as the value of thetype
parameter of theReference
class to identify the referent's type).
-
Method Summary
Methods Modifier and Type Method and Description String
getId()
Returns the Id of thisSignatureProperties
.List
getProperties()
Returns anunmodifiable list
of one or moreSignatureProperty
s that are contained in thisSignatureProperties
.-
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
-
-
-
Field Detail
-
TYPE
static final String TYPE
URI that identifies theSignatureProperties
element (this can be specified as the value of thetype
parameter of theReference
class to identify the referent's type).- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
String getId()
Returns the Id of thisSignatureProperties
.- Returns:
- the Id of this
SignatureProperties
(ornull
if not specified)
-
getProperties
List getProperties()
Returns anunmodifiable list
of one or moreSignatureProperty
s that are contained in thisSignatureProperties
.- Returns:
- an unmodifiable list of one or more
SignatureProperty
s
-
-
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/signatureproperties.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.