Searched refs:newPurposes (Results 1 – 1 of 1) sorted by relevance
705 public static KeyProtection.Builder buildUpon(KeyProtection params, int newPurposes) { in buildUpon() argument706 return buildUponInternal(params, newPurposes); in buildUpon()715 KeyProtection.Builder builder, int newPurposes) { in buildUpon() argument716 return buildUponInternal(builder.build(), newPurposes); in buildUpon()720 KeyProtection spec, Integer newPurposes) { in buildUponInternal() argument721 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; in buildUponInternal()744 public static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon() argument745 return buildUponInternal(spec, newPurposes); in buildUpon()754 KeyGenParameterSpec.Builder builder, int newPurposes) { in buildUpon() argument755 return buildUponInternal(builder.build(), newPurposes); in buildUpon()[all …]