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()
270 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()271 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyProtection()272 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()337 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()349 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()367 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()389 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()682 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()698 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()722 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()[all …]
403 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyGenParameterSpec()405 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()407 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()578 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()602 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()614 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()626 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()1212 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()1236 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()1252 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()
13981 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B13982 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
13971 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B13972 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
51359 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B51360 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;