Searched refs:goodBuilder (Results 1 – 1 of 1) sorted by relevance
1089 KeyGenParameterSpec.Builder goodBuilder = new KeyGenParameterSpec.Builder( in testGenerate_RSA_IndCpaEnforced() local1093 assertKeyGenInitSucceeds("RSA", goodBuilder.build()); in testGenerate_RSA_IndCpaEnforced()1097 TestUtils.buildUpon(goodBuilder, KeyProperties.PURPOSE_DECRYPT) in testGenerate_RSA_IndCpaEnforced()1102 TestUtils.buildUpon(goodBuilder) in testGenerate_RSA_IndCpaEnforced()1107 TestUtils.buildUpon(goodBuilder) in testGenerate_RSA_IndCpaEnforced()1114 TestUtils.buildUpon(goodBuilder) in testGenerate_RSA_IndCpaEnforced()1120 KeyGenParameterSpec.Builder goodBuilder = new KeyGenParameterSpec.Builder( in testGenerate_EC_IndCpaEnforced() local1122 assertKeyGenInitSucceeds("EC", goodBuilder.build()); in testGenerate_EC_IndCpaEnforced()1126 TestUtils.buildUpon(goodBuilder, KeyProperties.PURPOSE_DECRYPT) in testGenerate_EC_IndCpaEnforced()1131 TestUtils.buildUpon(goodBuilder) in testGenerate_EC_IndCpaEnforced()[all …]