Searched defs:encryptedData (Results 1 – 11 of 11) sorted by relevance
85 EncryptedData encryptedData = null; in encrypt() local118 public @Nullable byte[] decrypt(@NonNull EncryptedData encryptedData) { in decrypt()
31 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
413 EncryptedData encryptedData = null; in writePreSharedKeyToXml() local859 EncryptedData encryptedData = in parseFromXml() local1287 EncryptedData encryptedData = null; in writePasswordToXml() local1490 EncryptedData encryptedData = in parseFromXml() local1529 public static void writeToXml(XmlSerializer out, EncryptedData encryptedData) in writeToXml()
51 byte[] decryptData(@NonNull byte[] encryptedData) throws SignatureException; in decryptData()
208 public byte[] decryptData(byte[] encryptedData) { in decryptData()
199 public byte[] decryptData(byte[] encryptedData) throws SignatureException { in decryptData()
69 public CipherWrapper<String> decrypt(@NonNull byte[] encryptedData) { in decrypt()
127 public byte[] decrypt(byte[] encryptedData, byte[] keyBytes, byte[] ivBytes) in decrypt()
277 byte[] encryptedData, in normalModeDecrypt()324 byte[] encryptedData, in combinedModeDecrypt()
126 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testPskWifiConfigurationSerializeDeserializeWithEncryption() local427 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testWifiEnterpriseConfigSerializeDeserializeWithEncryption() local
553 String encryptedData = mNameEncryptKey.get(prefixString); in compareFileHash() local