Searched defs:XMLCipher (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java78 * <code>XMLCipher</code> encrypts and decrypts the contents of
86 public class XMLCipher { class
89 java.util.logging.Logger.getLogger(XMLCipher.class.getName());
173 /** Mode that the XMLCipher object is operating in */
205 * Creates a new <code>XMLCipher</code>.
209 private XMLCipher() { method in class:XMLCipher
210 logger.log(java.util.logging.Level.FINE, "Constructing XMLCipher...");
242 * Returns an <code>XMLCipher</code> that implements the specified
263 * <code>XMLCipher.TRIPLEDES</code> which is shorthand for
266 * @return the XMLCipher
[all...]

Completed in 27 milliseconds