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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyAgreementSpi.java43 * ({@link #engineDoPhase(java.security.Key, boolean) engineDoPhase}).
46 * <code>engineDoPhase</code>
48 * party, <code>engineDoPhase</code> needs to be called once, with the
51 * with two other parties, <code>engineDoPhase</code> needs to be called twice,
127 protected abstract Key engineDoPhase(Key key, boolean lastPhase) method in class:KeyAgreementSpi
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyAgreement.java180 protected Key engineDoPhase(Key key, boolean lastPhase) method in class:DHKeyAgreement
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java94 protected Key engineDoPhase(Key key, boolean lastPhase) method in class:P11ECDHKeyAgreement
H A DP11KeyAgreement.java103 protected Key engineDoPhase(Key key, boolean lastPhase) method in class:P11KeyAgreement
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java83 protected Key engineDoPhase(Key key, boolean lastPhase) method in class:ECDHKeyAgreement

Completed in 33 milliseconds