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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionMethod.java95 * Adds encryption method information.
97 * @param information additional encryption method information.
99 void addEncryptionMethodInformation(Element information); argument
102 * Removes encryption method information.
104 * @param information the information to remove from the
107 void removeEncryptionMethodInformation(Element information); argument
H A DEncryptionProperty.java28 * Additional information items concerning the generation of the
102 * information contained in this class.
107 * Adds encryption information.
109 * @param information the additional encryption information.
111 void addEncryptionInformation(Element information); argument
114 * Removes encryption information.
116 * @param information the information to remove.
118 void removeEncryptionInformation(Element information); argument
[all...]

Completed in 29 milliseconds