public interface SignatureProperties extends XMLStructure
SignatureProperties
元在
W3C Recommendation for XML-Signature Syntax and Processing定义的XML架构定义的定义是:
<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
实例可以通过调用类方法创建的
XMLSignatureFactory
newSignatureProperties
;例如:
xmlsignaturefactory厂= xmlsignaturefactory getInstance(DOM);signatureproperties性能=工厂。newsignatureproperties(道具,“signature-properties-1”);
XMLSignatureFactory.newSignatureProperties(List, String)
,
SignatureProperty
Modifier and Type | Method and Description |
---|---|
String |
getId()
返回该
SignatureProperties ID。
|
List |
getProperties()
|
isFeatureSupported
static final String TYPE
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.