Searched refs:KeyAgreementSpi (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyAgreement.java85 private KeyAgreementSpi spi;
107 protected KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider,
142 * KeyAgreementSpi implementation from the first
161 * KeyAgreementSpi implementation for the
187 * KeyAgreementSpi implementation from the specified provider
208 * @exception NoSuchAlgorithmException if a KeyAgreementSpi
224 ("KeyAgreement", KeyAgreementSpi.class, algorithm, provider);
225 return new KeyAgreement((KeyAgreementSpi)instance.impl,
234 * KeyAgreementSpi implementation from the specified Provider
252 * @exception NoSuchAlgorithmException if a KeyAgreementSpi
[all...]
H A DKeyAgreementSpi.java63 public abstract class KeyAgreementSpi { class
133 * <p>This method resets this <code>KeyAgreementSpi</code> object,
156 * <p>This method resets this <code>KeyAgreementSpi</code> object,
182 * <p>This method resets this <code>KeyAgreementSpi</code> object,
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java40 public final class ECDHKeyAgreement extends KeyAgreementSpi {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyAgreement.java39 import javax.crypto.KeyAgreementSpi;
55 extends KeyAgreementSpi {
228 * <p>This method resets this <code>KeyAgreementSpi</code> object,
262 * <p>This method resets this <code>KeyAgreementSpi</code> object,
345 * <p>This method resets this <code>KeyAgreementSpi</code> object,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java44 final class P11ECDHKeyAgreement extends KeyAgreementSpi {
H A DP11KeyAgreement.java49 final class P11KeyAgreement extends KeyAgreementSpi {

Completed in 34 milliseconds