Searched refs:authenticatorSpecs (Results 1 – 2 of 2) sorted by relevance
193 Collection<KeyParameter> args, @NonNull AuthenticatorSpec[] authenticatorSpecs) in importWrappedKey() argument204 args.toArray(new KeyParameter[args.size()]), authenticatorSpecs)); in importWrappedKey()
988 List<AuthenticatorSpec> authenticatorSpecs = new ArrayList<>(); in setWrappedKeyEntry() local993 authenticatorSpecs.add(authenticatorSpec); in setWrappedKeyEntry()999 authenticatorSpecs.add(authSpec); in setWrappedKeyEntry()1035 authenticatorSpecs.toArray(new AuthenticatorSpec[0])); in setWrappedKeyEntry()