Searched refs:initType (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DKeyGenerator.java199 private int initType; field in class:KeyGenerator
231 initType = I_NONE;
423 if (initType == I_SIZE) {
425 } else if (initType == I_PARAMS) {
427 } else if (initType == I_RANDOM) {
429 } else if (initType != I_NONE) {
431 ("KeyGenerator initType: " + initType);
448 initType = 0;
468 initType
[all...]
H A DKeyAgreement.java382 private void chooseProvider(int initType, Key key, argument
389 implInit(spi, initType, key, params, random);
404 implInit(spi, initType, key, params, random);
H A DCipher.java765 private void chooseProvider(InitType initType, int opmode, Key key, argument
771 final InitParams initParams = new InitParams(initType, opmode, key, random,
2720 final InitType initType; field in class:Cipher.InitParams
2727 InitParams(InitType initType, int opmode, Key key, SecureRandom random, argument
2729 this.initType = initType;
2974 switch (initParams.initType) {
/libcore/ojluni/src/main/java/java/security/
H A DKeyPairGenerator.java581 private int initType; field in class:KeyPairGenerator.Delegate
598 initType = I_NONE;
639 if (initType == I_SIZE) {
641 } else if (initType == I_PARAMS) {
643 } else if (initType != I_NONE) {
645 ("KeyPairGenerator initType: " + initType);
662 initType = 0;
678 initType = I_SIZE;
705 initType
[all...]
/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java1010 MethodType initType = initMethodType(constructorType);
1012 constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, initType);

Completed in 194 milliseconds