Interface Transforms
-
- All Known Implementing Classes:
XMLCipher.Factory.TransformsImpl
public interface Transforms
A container fords:Transform
s.It is defined as follows:
- See Also:
CipherReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transforms
getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class into a DS class.
-
-
-
Method Detail
-
getDSTransforms
Transforms getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class into a DS class. The main LOGic is currently implemented in the DS class, so we need to get to get the base class.Note This will be removed in future versions
-
-