XML Security, 1.6

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

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

 class SignaturePropertyImpl
extends XMLStructureImpl
implements SignatureProperty


Field Summary
(package private)  java.util.List content
           
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
afactory
 
Constructor Summary
SignaturePropertyImpl(AlgorithmFactory f, java.util.List content, java.lang.String target, java.lang.String id)
           
 
Method Summary
 java.util.List getContent()
          Returns an unmodifiable list of one or more XMLStructures that are contained in this SignatureProperty.
 java.lang.String getId()
          Returns the Id of this SignatureProperty.
 java.lang.String getTarget()
          Returns the target URI of this SignatureProperty.
 
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

SignaturePropertyImpl

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

getTarget

public java.lang.String getTarget()
Description copied from interface: SignatureProperty
Returns the target URI of this SignatureProperty.

Specified by:
getTarget in interface SignatureProperty
Returns:
the target URI of this SignatureProperty (never null)

getId

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

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

getContent

public java.util.List getContent()
Description copied from interface: SignatureProperty
Returns an unmodifiable list of one or more XMLStructures that are contained in this SignatureProperty. These represent additional information items concerning the generation of the XMLSignature (i.e. date/time stamp or serial numbers of cryptographic hardware used in signature generation).

Specified by:
getContent in interface SignatureProperty
Returns:
an unmodifiable list of one or more XMLStructures

XML Security, 1.6

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