Searched refs:newPurposes (Results 1 – 1 of 1) sorted by relevance
471 static KeyProtection.Builder buildUpon(KeyProtection params, int newPurposes) { in buildUpon() argument472 return buildUponInternal(params, newPurposes); in buildUpon()481 KeyProtection.Builder builder, int newPurposes) { in buildUpon() argument482 return buildUponInternal(builder.build(), newPurposes); in buildUpon()486 KeyProtection spec, Integer newPurposes) { in buildUponInternal() argument487 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()510 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() argument511 return buildUponInternal(spec, newPurposes); in buildUpon()520 KeyGenParameterSpec.Builder builder, int newPurposes) { in buildUpon() argument521 return buildUponInternal(builder.build(), newPurposes); in buildUpon()[all …]