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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedData.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DTransforms.java21 package com.sun.org.apache.xml.internal.security.encryption;
39 * @see com.sun.org.apache.xml.internal.security.encryption.CipherReference
H A DCipherReference.java21 package com.sun.org.apache.xml.internal.security.encryption;
40 * [XML-DSIG]. However, there is a difference between signature and encryption
43 * encryption, the decryptor has only the cipher data and the specified
H A DCipherValue.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DEncryptionProperties.java21 package com.sun.org.apache.xml.internal.security.encryption;
33 * used during encryption).
68 * @return an <code>Iterator</code> over all the encryption properties.
H A DReference.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DXMLCipherInput.java22 package com.sun.org.apache.xml.internal.security.encryption;
38 * XMLCipher encryption operations.
H A DXMLEncryptionException.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DCipherData.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DEncryptedKey.java21 package com.sun.org.apache.xml.internal.security.encryption;
26 * The <code>EncryptedKey</code> element is used to transport encryption keys
H A DEncryptionMethod.java21 package com.sun.org.apache.xml.internal.security.encryption;
29 * <code>EncryptionMethod</code> describes the encryption algorithm applied to
30 * the cipher data. If the element is absent, the encryption algorithm must be
51 * @return the encryption algorithm.
95 * Adds encryption method information.
97 * @param information additional encryption method information.
102 * Removes encryption method information.
H A DReferenceList.java21 package com.sun.org.apache.xml.internal.security.encryption;
H A DAgreementMethod.java21 package com.sun.org.apache.xml.internal.security.encryption;
42 * used to obtain a shared encryption key. The method used to obtain or select
H A DEncryptionProperty.java21 package com.sun.org.apache.xml.internal.security.encryption;
31 * number of cryptographic hardware used during encryption). The Target
101 * @return an <code>Iterator</code> over all the addiitonal encryption
107 * Adds encryption information.
109 * @param information the additional encryption information.
114 * Removes encryption information.
H A DXMLCipherParameters.java22 package com.sun.org.apache.xml.internal.security.encryption;
H A DEncryptedType.java21 package com.sun.org.apache.xml.internal.security.encryption;
101 * information is required and it does not indicate the encryption
136 * Returns an <code>EncryptionMethod</code> that describes the encryption
138 * encryption algorithm must be known by the recipient or the decryption
163 * Sets the encryption key information.
H A DXMLCipher.java21 package com.sun.org.apache.xml.internal.security.encryption;
171 /** Cipher created during initialisation that is used for encryption */
286 * prior to encryption (and for the reverse) */
359 * prior to encryption (and for the reverse) */
416 * prior to encryption (and for the reverse) */
482 * unwrap operations where the encryption method is defined in the
503 * prior to encryption (and for the reverse) */
518 * unwrap operations where the encryption method is defined in the
562 * encryption, decryption, key wrapping or key unwrapping, depending on the
569 * finalising the encryption) b
[all...]

Completed in 75 milliseconds