Home
last modified time | relevance | path

Searched refs:I_NO_PARAMS (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DKeyAgreement.java373 private static final int I_NO_PARAMS = 1; field in KeyAgreement
379 if (type == I_NO_PARAMS) { in implInit()
505 chooseProvider(I_NO_PARAMS, key, null, random); in init()