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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedType.java28 * EncryptedType is the abstract type from which <code>EncryptedData</code> and
35 * <complexType name='EncryptedType' abstract='true'>
52 public interface EncryptedType { interface
57 * @return the id for the <code>EncryptedType</code>.
121 * <code>EncryptedType</code>.
123 * @return the encoding of this <code>EncryptedType</code>.
129 * <code>EncryptedType</code>.
181 * <code>EncryptedType</code>.
184 * <code>EncryptedType</code>.
190 * information about the generation of the <code>EncryptedType</cod
[all...]

Completed in 93 milliseconds