Searched refs:CipherReference (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DCipherData.java29 * <code>CipherReference</code> element.
37 * <element ref='xenc:CipherReference'/>
56 * encrypted data is contained as <code>CipherReference</code>.
82 CipherReference getCipherReference();
91 void setCipherReference(CipherReference reference) throws
H A DCipherReference.java27 * <code>CipherReference</code> identifies a source which, when processed,
30 * The actual value is obtained as follows. The <code>CipherReference URI</code>
32 * <code>CipherReference</code> element contain an OPTIONAL sequence of
50 * <element name='CipherReference' type='xenc:CipherReferenceType'/>
61 public interface CipherReference { interface
H A DXMLCipherInput.java123 CipherReference cr = _cipherData.getCipherReference();
H A DXMLCipher.java1610 * <code>EncryptedData</code> or the URI to set in the CipherReference
1625 * <CipherValue/> XOR <CipherReference/>
1640 CipherReference cipherReference = _factory.newCipherReference(
1668 * <code>EncryptedKey</code> or the URI to set in the CipherReference
1683 * <CipherValue/> XOR <CipherReference/>
1698 CipherReference cipherReference = _factory.newCipherReference(
1738 * Create a CipherReference object
1744 public CipherReference createCipherReference(String uri) {
2044 CipherReference newCipherReference(String uri) {
2213 // <element ref='xenc:CipherReference'/>
[all...]

Completed in 37 milliseconds