javax.xml.crypto.enc
Interface CipherReference
All Superinterfaces:
- public interface CipherReference
- extends CipherData, URIReference
CipherReference
element as defined in the
W3C Recommendation for XML-Encryption Syntax and Processing. The XML
Schema Definition is defined as:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getTransforms()
Returns an unmodifiable list of
Transform s
that describe how to transform the referenced cipher data into an octet
sequence.
|
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Methods inherited from interface javax.xml.crypto.URIReference |
---|
getType, getURI |
Method Detail
getTransforms
- java.util.List getTransforms()
Returns:
an unmodifiable list of
Transform
s (may be empty
but never null
)
Transform
s that describe how to transform the referenced cipher data into an octet sequence.