Home | History | Annotate | Download | only in crypto

Lines Matching refs:InitType

948     private void chooseProvider(InitType initType, int opmode, Key key,
954 final InitParams initParams = new InitParams(initType, opmode, key, random,
1199 chooseProvider(InitType.KEY, opmode, key, null, null, random);
1329 chooseProvider(InitType.ALGORITHM_PARAM_SPEC, opmode, key, params, null, random);
1455 chooseProvider(InitType.ALGORITHM_PARAMS, opmode, key, null, params, random);
1623 chooseProvider(InitType.KEY, opmode, (Key) publicKey, null, null, random);
2713 final InitType initType;
2720 InitParams(InitType initType, int opmode, Key key, SecureRandom random,
2722 this.initType = initType;
2735 static enum InitType {
2967 switch (initParams.initType) {