Searched refs:newPurposes (Results 1 – 1 of 1) sorted by relevance
549 static KeyProtection.Builder buildUpon(KeyProtection params, int newPurposes) { in buildUpon() argument550 return buildUponInternal(params, newPurposes); in buildUpon()559 KeyProtection.Builder builder, int newPurposes) { in buildUpon() argument560 return buildUponInternal(builder.build(), newPurposes); in buildUpon()564 KeyProtection spec, Integer newPurposes) { in buildUponInternal() argument565 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()588 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() argument589 return buildUponInternal(spec, newPurposes); in buildUpon()598 KeyGenParameterSpec.Builder builder, int newPurposes) { in buildUpon() argument599 return buildUponInternal(builder.build(), newPurposes); in buildUpon()[all …]