javax.xml.crypto.enc
Interface CipherReference
- All Superinterfaces:
- CipherData, URIReference, XMLStructure
public interface CipherReference
- extends CipherData, URIReference
A representation of the XML CipherReference
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Method Summary |
java.util.List |
getTransforms()
Returns an unmodifiable list of Transform s
that describe how to transform the referenced cipher data into an octet
sequence. |
getTransforms
java.util.List getTransforms()
- Returns an unmodifiable list of
Transform
s
that describe how to transform the referenced cipher data into an octet
sequence.
- Returns:
- an unmodifiable list of
Transform
s (may be empty
but never null
)
Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to:
jsr-106-comments@jcp.org