Searched refs:newPurposes (Results 1 – 1 of 1) sorted by relevance
490 static KeyProtection.Builder buildUpon(KeyProtection params, int newPurposes) { in buildUpon() argument491 return buildUponInternal(params, newPurposes); in buildUpon()500 KeyProtection.Builder builder, int newPurposes) { in buildUpon() argument501 return buildUponInternal(builder.build(), newPurposes); in buildUpon()505 KeyProtection spec, Integer newPurposes) { in buildUponInternal() argument506 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()529 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() argument530 return buildUponInternal(spec, newPurposes); in buildUpon()539 KeyGenParameterSpec.Builder builder, int newPurposes) { in buildUpon() argument540 return buildUponInternal(builder.build(), newPurposes); in buildUpon()[all …]