Searched refs:cloneIfNotEmpty (Results 1 – 11 of 11) sorted by relevance
124 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()126 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyInfo()127 mDigests = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(digests)); in KeyInfo()128 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()224 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()236 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()248 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()259 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()
272 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()273 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyProtection()274 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()340 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()352 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()370 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()392 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()697 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()713 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()737 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()[all …]
406 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyGenParameterSpec()408 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()410 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()582 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()606 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()618 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()630 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()1228 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()1252 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()1268 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()[all …]
33 public static String[] cloneIfNotEmpty(String[] array) { in cloneIfNotEmpty() method in ArrayUtils41 public static int[] cloneIfNotEmpty(int[] array) { in cloneIfNotEmpty() method in ArrayUtils45 public static byte[] cloneIfNotEmpty(byte[] array) { in cloneIfNotEmpty() method in ArrayUtils
56 return ArrayUtils.cloneIfNotEmpty(mEncoded); in getEncoded()
150 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
335 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
353 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
13578 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B13579 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
13581 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B13582 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
48036 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B48037 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;