Searched refs:blob (Results 1 – 1 of 1) sorted by relevance
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() argument112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY); in unwrap()