Searched refs:cloneIfNotEmpty (Results 1 – 9 of 9) sorted by relevance
118 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()120 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyInfo()121 mDigests = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(digests)); in KeyInfo()122 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()212 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()224 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()236 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()247 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()
263 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()265 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()266 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyProtection()267 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()330 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()342 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()360 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()382 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()656 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()672 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()[all …]
346 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyGenParameterSpec()348 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()349 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyGenParameterSpec()350 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()491 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()515 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()527 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()539 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()1012 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()1036 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()[all …]
33 mEncoded = ArrayUtils.cloneIfNotEmpty(x509EncodedForm); in AndroidKeyStorePublicKey()43 return ArrayUtils.cloneIfNotEmpty(mEncoded); in getEncoded()
31 public static String[] cloneIfNotEmpty(String[] array) { in cloneIfNotEmpty() method in ArrayUtils35 public static byte[] cloneIfNotEmpty(byte[] array) { in cloneIfNotEmpty() method in ArrayUtils
294 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
125 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
330 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
61948 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B61949 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;