|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.crypto.dsig.dom.XMLStructureImpl
com.ibm.xml.crypto.dsig.dom.SignaturePropertyImpl
class SignaturePropertyImpl
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 XMLStructure s 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 |
---|
java.util.List content
Constructor Detail |
---|
SignaturePropertyImpl(AlgorithmFactory f, java.util.List content, java.lang.String target, java.lang.String id)
Method Detail |
---|
public java.lang.String getTarget()
SignatureProperty
SignatureProperty
.
getTarget
in interface SignatureProperty
SignatureProperty
(never
null
)public java.lang.String getId()
SignatureProperty
SignatureProperty
.
getId
in interface SignatureProperty
SignatureProperty
(or
null
if not specified)public java.util.List getContent()
SignatureProperty
unmodifiable
list
of one or more XMLStructure
s 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).
getContent
in interface SignatureProperty
XMLStructure
s
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |