XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class SignaturePropertiesImpl

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
      extended by com.ibm.xml.crypto.dsig.dom.SignaturePropertiesImpl
All Implemented Interfaces:
SignatureProperties, XMLStructure

 class SignaturePropertiesImpl
extends XMLStructureImpl
implements SignatureProperties


Field Summary
(package private)  java.util.List content
           
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
afactory
 
Fields inherited from interface javax.xml.crypto.dsig.SignatureProperties
TYPE
 
Constructor Summary
SignaturePropertiesImpl(AlgorithmFactory f, java.util.List content, java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Returns the Id of this SignatureProperties.
 java.util.List getProperties()
          Returns an unmodifiable list of one or more SignaturePropertys that are contained in this SignatureProperties.
 
Methods inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
isFeatureSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Field Detail

content

java.util.List content
Constructor Detail

SignaturePropertiesImpl

SignaturePropertiesImpl(AlgorithmFactory f,
                        java.util.List content,
                        java.lang.String id)
Method Detail

getId

public java.lang.String getId()
Description copied from interface: SignatureProperties
Returns the Id of this SignatureProperties.

Specified by:
getId in interface SignatureProperties
Returns:
the Id of this SignatureProperties (or null if not specified)

getProperties

public java.util.List getProperties()
Description copied from interface: SignatureProperties
Returns an unmodifiable list of one or more SignaturePropertys that are contained in this SignatureProperties.

Specified by:
getProperties in interface SignatureProperties
Returns:
an unmodifiable list of one or more SignaturePropertys

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.