Searched refs:newPurposes (Results 1 – 1 of 1) sorted by relevance
548 static KeyProtection.Builder buildUpon(KeyProtection params, int newPurposes) { in buildUpon() argument549 return buildUponInternal(params, newPurposes); in buildUpon()558 KeyProtection.Builder builder, int newPurposes) { in buildUpon() argument559 return buildUponInternal(builder.build(), newPurposes); in buildUpon()563 KeyProtection spec, Integer newPurposes) { in buildUponInternal() argument564 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()587 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() argument588 return buildUponInternal(spec, newPurposes); in buildUpon()597 KeyGenParameterSpec.Builder builder, int newPurposes) { in buildUpon() argument598 return buildUponInternal(builder.build(), newPurposes); in buildUpon()[all …]